aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 6ed801b..5339c58 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -203,7 +203,7 @@ static struct key bindings[] = {
/* Select all files in current dir */
{ 'a', SEL_SELALL },
/* Show list of copied files */
- { 'y', SEL_SELLST },
+ { 'M', SEL_SELLST },
/* Copy from selection buffer */
{ 'P', SEL_CP },
/* Move from selection buffer */