aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-10-01 04:28:48 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-10-01 04:28:48 +0530
commit79cbc40a7f6c6b6b297322bf817ef070901133fc (patch)
tree293b3d97f97f3e6f512b135e8a693c189b83cedd /nnn.h
parent20e8116a6c27cc876d4794703305946bbf5e6343 (diff)
downloadnnn-79cbc40a7f6c6b6b297322bf817ef070901133fc.tar.gz
Change archive list shortcut to 'F'
Diffstat (limited to 'nnn.h')
-rw-r--r--nnn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nnn.h b/nnn.h
index 020cb14..e904c84 100644
--- a/nnn.h
+++ b/nnn.h
@@ -134,7 +134,7 @@ static struct key bindings[] = {
/* Open dir in desktop file manager */
{ 'o', SEL_DFB, "", "" },
/* List archive */
- { 'f', SEL_LIST, "-l", "" },
+ { 'F', SEL_LIST, "-l", "" },
/* Extract archive */
{ CONTROL('X'), SEL_EXTRACT, "-x", "" },
/* Toggle sort by size */