@@ -2855,8 +2855,8 @@ static bool show_help(const char *path) | |||||
"1FILES\n" | "1FILES\n" | ||||
"b^O Open with... n Create new/link\n" | "b^O Open with... n Create new/link\n" | ||||
"cD File detail ^R F2 Rename/duplicate\n" | "cD File detail ^R F2 Rename/duplicate\n" | ||||
"5⎵ ^K / a Select entry/all r Batch rename\n" | |||||
"9' ^Y Toggle selection y List selection\n" | |||||
"5⎵ ^J / a Select entry/all r Batch rename\n" | |||||
"9m ^S Toggle multi sel y List selection\n" | |||||
"cP Copy selection X Delete selection\n" | "cP Copy selection X Delete selection\n" | ||||
"cV Move selection ^X Delete entry\n" | "cV Move selection ^X Delete entry\n" | ||||
"cf Create archive C Execute entry\n" | "cf Create archive C Execute entry\n" | ||||
@@ -195,11 +195,11 @@ static struct key bindings[] = { | |||||
{ CONTROL('L'), SEL_REDRAW }, | { CONTROL('L'), SEL_REDRAW }, | ||||
{ KEY_F(5), SEL_REDRAW }, | { KEY_F(5), SEL_REDRAW }, | ||||
/* Select current file path */ | /* Select current file path */ | ||||
{ CONTROL('K'), SEL_SEL }, | |||||
{ CONTROL('J'), SEL_SEL }, | |||||
{ ' ', SEL_SEL }, | { ' ', SEL_SEL }, | ||||
/* Toggle select multiple files */ | /* Toggle select multiple files */ | ||||
{ '\'', SEL_SELMUL }, | |||||
{ CONTROL('Y'), SEL_SELMUL }, | |||||
{ 'm', SEL_SELMUL }, | |||||
{ CONTROL('S'), SEL_SELMUL }, | |||||
/* Select all files in current dir */ | /* Select all files in current dir */ | ||||
{ 'a', SEL_SELALL }, | { 'a', SEL_SELALL }, | ||||
/* Show list of copied files */ | /* Show list of copied files */ | ||||