diff options
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |