mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Reformat help
This commit is contained in:
parent
dfd1422997
commit
7eec6cedab
10
README.md
10
README.md
|
@ -206,14 +206,14 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
|
|||
Up k Up PgUp ^U Scroll up
|
||||
Down j Down PgDn ^D Scroll down
|
||||
Left h Parent ~ ` @ - HOME, /, start, last
|
||||
Ret Right l Open . Show hidden toggle
|
||||
g ^A Top G ^E Bottom
|
||||
g ^A Top Ret Right l Open
|
||||
G ^E Bottom ' First file
|
||||
b Pin CWD ^B Go to pinned dir
|
||||
(Sh)Tab Cycle context d Detail view toggle
|
||||
, ^/ Lead key N LeadN Context N
|
||||
(Sh)Tab Cycle context d Detail view toggle
|
||||
/ Filter/Lead Ins ^N Nav-as-you-type toggle
|
||||
Esc Exit prompt ^L F5 Redraw/clear prompt
|
||||
? Help, conf ' First file
|
||||
. Show/hide dots ? Help, conf
|
||||
Q ^Q Quit ^G QuitCD q Quit context
|
||||
FILES
|
||||
^O Open with... n Create new/link
|
||||
|
@ -229,7 +229,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
|
|||
A Apparent du S du
|
||||
z Size E Extn t Time
|
||||
MISC
|
||||
! ^] Shell ;K xK Execute plugin K
|
||||
! ^] Shell ; x Plugin key
|
||||
C Execute file R ^V Pick plugin
|
||||
s Manage session = Launch app
|
||||
c Connect remote u Unmount
|
||||
|
|
10
src/nnn.c
10
src/nnn.c
|
@ -3484,14 +3484,14 @@ static void show_help(const char *path)
|
|||
"9Up k Up PgUp ^U Scroll up\n"
|
||||
"7Down j Down PgDn ^D Scroll down\n"
|
||||
"7Left h Parent ~ ` @ - HOME, /, start, last\n"
|
||||
"2Ret Right l Open . Show hidden toggle\n"
|
||||
"9g ^A Top G ^E Bottom\n"
|
||||
"9g ^A Top Ret Right l Open\n"
|
||||
"9G ^E Bottom ' First file\n"
|
||||
"cb Pin CWD ^B Go to pinned dir\n"
|
||||
"6(Sh)Tab Cycle context d Detail view toggle\n"
|
||||
"9, ^/ Lead key N LeadN Context N\n"
|
||||
"6(Sh)Tab Cycle context d Detail view toggle\n"
|
||||
"c/ Filter/Lead Ins ^N Nav-as-you-type toggle\n"
|
||||
"aEsc Exit prompt ^L F5 Redraw/clear prompt\n"
|
||||
"c? Help, conf ' First file\n"
|
||||
"c. Show/hide dots ? Help, conf\n"
|
||||
"9Q ^Q Quit ^G QuitCD q Quit context\n"
|
||||
"1FILES\n"
|
||||
"b^O Open with... n Create new/link\n"
|
||||
|
@ -3507,7 +3507,7 @@ static void show_help(const char *path)
|
|||
"cA Apparent du S du\n"
|
||||
"cz Size E Extn t Time\n"
|
||||
"1MISC\n"
|
||||
"9! ^] Shell ;K xK Execute plugin K\n"
|
||||
"9! ^] Shell ; x Plugin key\n"
|
||||
"cC Execute file R ^V Pick plugin\n"
|
||||
"cs Manage session = Launch app\n"
|
||||
"cc Connect remote u Unmount\n"
|
||||
|
|
Loading…
Reference in a new issue