diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nnn.c | 2 | ||||
-rw-r--r-- | src/nnn.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -2872,7 +2872,7 @@ static bool show_help(const char *path) "b^O Open with... n Create new/link\n" "cD File detail ^R F2 Rename/duplicate\n" "5⎵ ^J / a Sel entry/all r Batch rename\n" - "9m ^S Sel range, clear M List selection\n" + "9m ^K Sel range, clear M List selection\n" "cP Copy selection X Delete selection\n" "cV Move selection ^X Delete entry\n" "cf Create archive C Execute entry\n" @@ -199,7 +199,7 @@ static struct key bindings[] = { { ' ', SEL_SEL }, /* Toggle select multiple files */ { 'm', SEL_SELMUL }, - { CONTROL('S'), SEL_SELMUL }, + { CONTROL('K'), SEL_SELMUL }, /* Select all files in current dir */ { 'a', SEL_SELALL }, /* Show list of copied files */ |