mirror of
https://github.com/jarun/nnn.git
synced 2025-03-18 20:39:45 +00:00
Reformat help
This commit is contained in:
parent
dfd1422997
commit
7eec6cedab
2 changed files with 10 additions and 10 deletions
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
|
Up k Up PgUp ^U Scroll up
|
||||||
Down j Down PgDn ^D Scroll down
|
Down j Down PgDn ^D Scroll down
|
||||||
Left h Parent ~ ` @ - HOME, /, start, last
|
Left h Parent ~ ` @ - HOME, /, start, last
|
||||||
Ret Right l Open . Show hidden toggle
|
g ^A Top Ret Right l Open
|
||||||
g ^A Top G ^E Bottom
|
G ^E Bottom ' First file
|
||||||
b Pin CWD ^B Go to pinned dir
|
b Pin CWD ^B Go to pinned dir
|
||||||
(Sh)Tab Cycle context d Detail view toggle
|
|
||||||
, ^/ Lead key N LeadN Context N
|
, ^/ Lead key N LeadN Context N
|
||||||
|
(Sh)Tab Cycle context d Detail view toggle
|
||||||
/ Filter/Lead Ins ^N Nav-as-you-type toggle
|
/ Filter/Lead Ins ^N Nav-as-you-type toggle
|
||||||
Esc Exit prompt ^L F5 Redraw/clear prompt
|
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
|
Q ^Q Quit ^G QuitCD q Quit context
|
||||||
FILES
|
FILES
|
||||||
^O Open with... n Create new/link
|
^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
|
A Apparent du S du
|
||||||
z Size E Extn t Time
|
z Size E Extn t Time
|
||||||
MISC
|
MISC
|
||||||
! ^] Shell ;K xK Execute plugin K
|
! ^] Shell ; x Plugin key
|
||||||
C Execute file R ^V Pick plugin
|
C Execute file R ^V Pick plugin
|
||||||
s Manage session = Launch app
|
s Manage session = Launch app
|
||||||
c Connect remote u Unmount
|
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"
|
"9Up k Up PgUp ^U Scroll up\n"
|
||||||
"7Down j Down PgDn ^D Scroll down\n"
|
"7Down j Down PgDn ^D Scroll down\n"
|
||||||
"7Left h Parent ~ ` @ - HOME, /, start, last\n"
|
"7Left h Parent ~ ` @ - HOME, /, start, last\n"
|
||||||
"2Ret Right l Open . Show hidden toggle\n"
|
"9g ^A Top Ret Right l Open\n"
|
||||||
"9g ^A Top G ^E Bottom\n"
|
"9G ^E Bottom ' First file\n"
|
||||||
"cb Pin CWD ^B Go to pinned dir\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"
|
"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"
|
"c/ Filter/Lead Ins ^N Nav-as-you-type toggle\n"
|
||||||
"aEsc Exit prompt ^L F5 Redraw/clear prompt\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"
|
"9Q ^Q Quit ^G QuitCD q Quit context\n"
|
||||||
"1FILES\n"
|
"1FILES\n"
|
||||||
"b^O Open with... n Create new/link\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"
|
"cA Apparent du S du\n"
|
||||||
"cz Size E Extn t Time\n"
|
"cz Size E Extn t Time\n"
|
||||||
"1MISC\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"
|
"cC Execute file R ^V Pick plugin\n"
|
||||||
"cs Manage session = Launch app\n"
|
"cs Manage session = Launch app\n"
|
||||||
"cc Connect remote u Unmount\n"
|
"cc Connect remote u Unmount\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue