aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nnn.c54
1 files changed, 27 insertions, 27 deletions
diff --git a/src/nnn.c b/src/nnn.c
index 6534e3c..a0337fb 100644
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2032,35 +2032,35 @@ static bool show_help(char *path)
static char helpstr[] = {
"0\n"
"1NAVIGATION\n"
- "7↑, k, ^P Up PgUp, ^U Scroll up\n"
- "7↓, j, ^N Down PgDn, ^D Scroll down\n"
-"1Home, g, ^, ^A First entry ~ Go HOME\n"
- "2End, G, $, ^E Last entry & Start dir\n"
-"1←, Bksp, h, ^H Parent dir - Last visited dir\n"
- "4→, ↵, l, ^M Open file/enter dir . Toggle show hidden\n"
- "e/ Filter Ins, ^T Toggle nav-as-you-type\n"
- "eb Pin current dir ^W Go to pinned dir\n"
- "8Tab, ^I Next context d Toggle detail view\n"
- "a`, ^/ Leader key LeaderN Go to/create context N\n"
- "cEsc Exit prompt ^L Redraw, clear prompt\n"
- "d^G Quit and cd q Quit context\n"
- "aQ, ^Q Quit ? Help, config\n"
+ "7↑, k, ^P Up PgUp, ^U Scroll up\n"
+ "7↓, j, ^N Down PgDn, ^D Scroll down\n"
+"1Home, g, ^, ^A First entry ~ Go HOME\n"
+ "2End, G, $, ^E Last entry & Start dir\n"
+"1←, Bksp, h, ^H Parent dir - Last visited dir\n"
+ "4→, ↵, l, ^M Open file/dir . Toggle show hidden\n"
+ "e/ Filter Ins, ^T Toggle nav-as-you-type\n"
+ "eb Pin current dir ^W Go to pinned dir\n"
+ "8Tab, ^I Next context d Toggle detail view\n"
+ "a`, ^/ Leader key LeaderN Go to/create context N\n"
+ "cEsc Exit prompt ^L Redraw/clear prompt\n"
+ "d^G Quit and cd q Quit context\n"
+ "aQ, ^Q Quit ? Help, config\n"
"1FILES\n"
- "d^O Open with... n Create new\n"
- "eD File details ^R Rename entry\n"
- "a⎵, ^K Copy entry path r Open dir in vidir\n"
- "aY, ^Y Toggle selection y List selection\n"
- "eP Copy selection X Delete selection\n"
- "eV Move selection ^X Delete entry\n"
- "ef Archive entry F List archive\n"
- "d^F Extract archive m, M Brief/full media info\n"
- "ee Edit in EDITOR p Open in PAGER\n"
-"1ORDER\n"
- "d^J Disk usage S Apparent du\n"
- "es Size t Modification time\n"
+ "d^O Open with... n Create new\n"
+ "eD File details ^R Rename entry\n"
+ "a⎵, ^K Copy entry path r Open dir in vidir\n"
+ "aY, ^Y Toggle selection y List selection\n"
+ "eP Copy selection X Delete selection\n"
+ "eV Move selection ^X Delete entry\n"
+ "ef Archive entry F List archive\n"
+ "d^F Extract archive m, M Brief/full media info\n"
+ "ee Edit in EDITOR p Open in PAGER\n"
+"1ORDER TOGGLES\n"
+ "d^J Disk usage S Apparent du\n"
+ "et Modification time s Size\n"
"1MISC\n"
- "a!, ^] Spawn SHELL in dir o Launch app\n"
- "eR Run custom script ^S Execute entry\n"
+ "a!, ^] Spawn SHELL in dir o Launch app\n"
+ "eR Run custom script ^S Execute entry\n"
"eL Lock terminal\n"};
if (fd == -1)