aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-13 23:44:19 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-13 23:44:19 +0530
commit7bcf19189a88f5cebb0fab01a567fd99a91049c2 (patch)
tree08a31e1f73c93a3f910b6f9cffd00d555cfca53f /src/nnn.h
parent7029656c780b9a3b585b4004b0f6d0b3c2a5e99e (diff)
downloadnnn-7bcf19189a88f5cebb0fab01a567fd99a91049c2.tar.gz
Remove list selection
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 930b824..717e3e6 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -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 */