aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-05 07:06:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-05 07:06:32 +0530
commit2f4144b0bd6832b183899202f4c3a20d8dc95f66 (patch)
tree22c1b0e63bce28c6cc8881554a494d20f3cbc427 /src
parent14c355bacf647a7e9d7ff719568fa1e11ee049fd (diff)
downloadnnn-2f4144b0bd6832b183899202f4c3a20d8dc95f66.tar.gz
Key ^N replaces ^T to toggle nav mode
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c2
-rw-r--r--src/nnn.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 9bc8591..bcb500f 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2825,7 +2825,7 @@ static void show_help(const char *path)
"cb Pin current dir ^B Go to pinned dir\n"
"6(Sh)Tab Next context d Toggle detail view\n"
"9, ^/ Lead key N LeadN Context N\n"
- "c/ Filter/Lead Ins ^T Toggle nav-as-you-type\n"
+ "c/ Filter/Lead Ins ^N Toggle nav-as-you-type\n"
"aEsc Exit prompt ^L F5 Redraw/clear prompt\n"
"c? Help, conf ' Lead' First file\n"
"9Q ^Q Quit ^G QuitCD q Quit context\n"
diff --git a/src/nnn.h b/src/nnn.h
index ad6a026..19a9587 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -173,7 +173,7 @@ static struct key bindings[] = {
{ '/', SEL_FLTR },
/* Toggle filter mode */
{ KEY_IC, SEL_MFLTR },
- { CONTROL('T'), SEL_MFLTR },
+ { CONTROL('N'), SEL_MFLTR },
/* Toggle hide .dot files */
{ '.', SEL_TOGGLEDOT },
/* Detailed listing */