aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.h
diff options
context:
space:
mode:
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 */