Reformat program help

This commit is contained in:
Arun Prakash Jana 2018-12-09 07:44:03 +05:30
parent aa9c7bac23
commit cba1aec8d4
No known key found for this signature in database
GPG key ID: A75979F35C080412
3 changed files with 57 additions and 57 deletions

View file

@ -225,12 +225,12 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
Home, g, ^, ^A First entry ~ Go HOME Home, g, ^, ^A First entry ~ Go HOME
End, G, $, ^E Last entry & Start dir End, G, $, ^E Last entry & Start dir
←, Bksp, h, ^H Parent dir - Last visited dir ←, Bksp, h, ^H Parent dir - Last visited dir
→, ↵, l, ^M Open file/enter dir . Toggle show hidden →, ↵, l, ^M Open file/dir . Toggle show hidden
/ Filter Ins, ^T Toggle nav-as-you-type / Filter Ins, ^T Toggle nav-as-you-type
b Pin current dir ^W Go to pinned dir b Pin current dir ^W Go to pinned dir
Tab, ^I Next context d Toggle detail view Tab, ^I Next context d Toggle detail view
`, ^/ Leader key LeaderN Go to/create context N `, ^/ Leader key LeaderN Go to/create context N
Esc Exit prompt ^L Redraw, clear prompt Esc Exit prompt ^L Redraw/clear prompt
^G Quit and cd q Quit context ^G Quit and cd q Quit context
Q, ^Q Quit ? Help, config Q, ^Q Quit ? Help, config
FILES FILES
@ -243,9 +243,9 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
f Archive entry F List archive f Archive entry F List archive
^F Extract archive m, M Brief/full media info ^F Extract archive m, M Brief/full media info
e Edit in EDITOR p Open in PAGER e Edit in EDITOR p Open in PAGER
ORDER ORDER TOGGLES
^J Disk usage S Apparent du ^J Disk usage S Apparent du
s Size t Modification time t Modification time s Size
MISC MISC
!, ^] Spawn SHELL in dir o Launch app !, ^] Spawn SHELL in dir o Launch app
R Run custom script ^S Execute entry R Run custom script ^S Execute entry

6
nnn.1
View file

@ -127,17 +127,17 @@ Open entry in EDITOR (fallback vi)
Open entry in PAGER (fallback less) Open entry in PAGER (fallback less)
.El .El
.Pp .Pp
ORDER ORDER TOGGLES
.Pp .Pp
.Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact
.It Ic ^J .It Ic ^J
Toggle disk usage analyzer mode Toggle disk usage analyzer mode
.It Ic S .It Ic S
Toggle sort by apparent size Toggle sort by apparent size
.It Ic s
Toggle sort by file size
.It Ic t .It Ic t
Toggle sort by time modified Toggle sort by time modified
.It Ic s
Toggle sort by file size
.El .El
.Pp .Pp
MISC MISC

View file

@ -2037,12 +2037,12 @@ static bool show_help(char *path)
"1Home, g, ^, ^A First entry ~ Go HOME\n" "1Home, g, ^, ^A First entry ~ Go HOME\n"
"2End, G, $, ^E Last entry & Start dir\n" "2End, G, $, ^E Last entry & Start dir\n"
"1←, Bksp, h, ^H Parent dir - Last visited dir\n" "1←, Bksp, h, ^H Parent dir - Last visited dir\n"
"4→, ↵, l, ^M Open file/enter dir . Toggle show hidden\n" "4→, ↵, l, ^M Open file/dir . Toggle show hidden\n"
"e/ Filter Ins, ^T Toggle nav-as-you-type\n" "e/ Filter Ins, ^T Toggle nav-as-you-type\n"
"eb Pin current dir ^W Go to pinned dir\n" "eb Pin current dir ^W Go to pinned dir\n"
"8Tab, ^I Next context d Toggle detail view\n" "8Tab, ^I Next context d Toggle detail view\n"
"a`, ^/ Leader key LeaderN Go to/create context N\n" "a`, ^/ Leader key LeaderN Go to/create context N\n"
"cEsc Exit prompt ^L Redraw, clear prompt\n" "cEsc Exit prompt ^L Redraw/clear prompt\n"
"d^G Quit and cd q Quit context\n" "d^G Quit and cd q Quit context\n"
"aQ, ^Q Quit ? Help, config\n" "aQ, ^Q Quit ? Help, config\n"
"1FILES\n" "1FILES\n"
@ -2055,9 +2055,9 @@ static bool show_help(char *path)
"ef Archive entry F List archive\n" "ef Archive entry F List archive\n"
"d^F Extract archive m, M Brief/full media info\n" "d^F Extract archive m, M Brief/full media info\n"
"ee Edit in EDITOR p Open in PAGER\n" "ee Edit in EDITOR p Open in PAGER\n"
"1ORDER\n" "1ORDER TOGGLES\n"
"d^J Disk usage S Apparent du\n" "d^J Disk usage S Apparent du\n"
"es Size t Modification time\n" "et Modification time s Size\n"
"1MISC\n" "1MISC\n"
"a!, ^] Spawn SHELL in dir o Launch app\n" "a!, ^] Spawn SHELL in dir o Launch app\n"
"eR Run custom script ^S Execute entry\n" "eR Run custom script ^S Execute entry\n"