diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-08 11:51:22 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-08 11:51:22 +0530 |
commit | d029918282d447be435ec17e776ccff797dc4bec (patch) | |
tree | 2a6aaa2d681a5c8e927e8ef57684fb28e7d69f14 /src/nnn.h | |
parent | 1a29b4ef36e58dc182f8831f3c7b995ca58a7b52 (diff) | |
download | nnn-d029918282d447be435ec17e776ccff797dc4bec.tar.gz |
Group similar options in browse()
Diffstat (limited to 'src/nnn.h')
-rw-r--r-- | src/nnn.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |