aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-08 11:51:22 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-12-08 11:51:22 +0530
commitd029918282d447be435ec17e776ccff797dc4bec (patch)
tree2a6aaa2d681a5c8e927e8ef57684fb28e7d69f14 /src/nnn.h
parent1a29b4ef36e58dc182f8831f3c7b995ca58a7b52 (diff)
downloadnnn-d029918282d447be435ec17e776ccff797dc4bec.tar.gz
Group similar options in browse()
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 3aa1eb4..c0c818b 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -61,7 +61,7 @@ enum action {
SEL_FMEDIA,
SEL_LAUNCH,
SEL_ARCHIVE,
- SEL_LIST,
+ SEL_ARCHIVELS,
SEL_EXTRACT,
SEL_FSIZE, /* file size */
SEL_ASIZE, /* apparent size */
@@ -170,7 +170,7 @@ static struct key bindings[] = {
/* Create archive */
{ 'f', SEL_ARCHIVE },
/* List archive */
- { 'F', SEL_LIST },
+ { 'F', SEL_ARCHIVELS },
/* Extract archive */
{ CONTROL('F'), SEL_EXTRACT },
/* Toggle sort by size */