aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-06 20:19:22 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-10-06 20:19:22 +0530
commit048c5195c359767faa193aafedbbf272fe9851b0 (patch)
tree3963cfb6ad5d88ceda571dc88b31367083d9215a /src
parent9ff7ed92916b5a616307f50af952e4a2c168c9d1 (diff)
downloadnnn-048c5195c359767faa193aafedbbf272fe9851b0.tar.gz
Prepare for release v2.7
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nnn.c b/src/nnn.c
index b5f8020..67e2764 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -100,7 +100,7 @@
#include "dbg.h"
/* Macro definitions */
-#define VERSION "2.6"
+#define VERSION "2.7"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#ifndef S_BLKSIZE
@@ -2824,7 +2824,7 @@ static void show_help(const char *path)
"8↵ → l Open file/dir . Toggle show hidden\n"
"9g ^A First entry G ^E Last entry\n"
"cb Pin current dir ^B Go to pinned dir\n"
- "6(Sh)Tab Next context d Toggle detail view\n"
+ "6(Sh)Tab Cycle context d Toggle detail view\n"
"9, ^/ Lead key N LeadN Context N\n"
"c/ Filter/Lead Ins ^N Toggle nav-as-you-type\n"
"aEsc Exit prompt ^L F5 Redraw/clear prompt\n"