aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-13 18:57:46 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-13 18:57:46 +0530
commit749f0893559a64e6843288a646e9fc86de62d74d (patch)
treec89cc12142a9070c3471a267c7880d60dcba42b2 /src/nnn.h
parent101d4e8a07aa20748ef0a1c613ab5e59307d4e45 (diff)
downloadnnn-749f0893559a64e6843288a646e9fc86de62d74d.tar.gz
Key z to archive, fix du order issue
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/nnn.h b/src/nnn.h
index a572119..25a2f95 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -68,13 +68,6 @@ enum action {
SEL_CHMODX,
SEL_ARCHIVE,
SEL_ORDER,
- SEL_FSIZE, /* file size */
- SEL_ASIZE, /* apparent size */
- SEL_BSIZE, /* block size */
- SEL_EXTN, /* order by extension */
- SEL_MTIME,
- SEL_REVERSE,
- SEL_VERSION,
SEL_REDRAW,
SEL_SEL,
SEL_SELMUL,
@@ -183,7 +176,7 @@ static struct key bindings[] = {
/* Toggle executable status */
{ '*', SEL_CHMODX },
/* Create archive */
- { 'i', SEL_ARCHIVE },
+ { 'z', SEL_ARCHIVE },
/* Order toggle */
{ 'o', SEL_ORDER },
{ CONTROL('T'), SEL_ORDER },