diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-13 23:44:19 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-13 23:44:19 +0530 |
commit | 7bcf19189a88f5cebb0fab01a567fd99a91049c2 (patch) | |
tree | 08a31e1f73c93a3f910b6f9cffd00d555cfca53f /src/nnn.h | |
parent | 7029656c780b9a3b585b4004b0f6d0b3c2a5e99e (diff) | |
download | nnn-7bcf19189a88f5cebb0fab01a567fd99a91049c2.tar.gz |
Remove list selection
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -72,7 +72,7 @@ enum action { SEL_SEL, SEL_SELMUL, SEL_SELALL, - SEL_SELLIST, + SEL_SELEDIT, SEL_CP, SEL_MV, SEL_CPMVAS, @@ -189,7 +189,7 @@ static struct key bindings[] = { /* Select all files in current dir */ { 'a', SEL_SELALL }, /* List, edit selection */ - { CONTROL('Y'), SEL_SELLIST }, + { CONTROL('Y'), SEL_SELEDIT }, /* Copy from selection buffer */ { 'P', SEL_CP }, /* Move from selection buffer */ |