diff options
| author | 2019-10-06 20:19:22 +0530 | |
|---|---|---|
| committer | 2019-10-06 20:19:22 +0530 | |
| commit | 048c5195c359767faa193aafedbbf272fe9851b0 (patch) | |
| tree | 3963cfb6ad5d88ceda571dc88b31367083d9215a /src | |
| parent | 9ff7ed92916b5a616307f50af952e4a2c168c9d1 (diff) | |
| download | nnn-048c5195c359767faa193aafedbbf272fe9851b0.tar.gz | |
Prepare for release v2.7
Diffstat (limited to 'src')
| -rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |