aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c4
-rw-r--r--src/nnn.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/nnn.c b/src/nnn.c
index bb3c4bc..d1289f4 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2856,8 +2856,8 @@ static bool show_help(const char *path)
"1FILES\n"
"b^O Open with... n Create new/link\n"
"cD File detail ^R F2 Rename/duplicate\n"
- "5⎵ ^K / Y Select entry/all r Batch rename\n"
- "9K ^Y Toggle selection y List selection\n"
+ "5⎵ ^K / a Select entry/all r Batch rename\n"
+ "9' ^Y Toggle selection y List selection\n"
"cP Copy selection X Delete selection\n"
"cV Move selection ^X Delete entry\n"
"cf Create archive C Execute entry\n"
diff --git a/src/nnn.h b/src/nnn.h
index 209222c..fa84f1b 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -198,10 +198,10 @@ static struct key bindings[] = {
{ CONTROL('K'), SEL_SEL },
{ ' ', SEL_SEL },
/* Toggle select multiple files */
- { 'K', SEL_SELMUL },
+ { '\'', SEL_SELMUL },
{ CONTROL('Y'), SEL_SELMUL },
/* Select all files in current dir */
- { 'Y', SEL_SELALL },
+ { 'a', SEL_SELALL },
/* Show list of copied files */
{ 'y', SEL_SELLST },
/* Copy from selection buffer */