diff options
author | 2019-12-11 20:26:11 +0530 | |
---|---|---|
committer | 2019-12-11 20:30:23 +0530 | |
commit | 7eec6cedabe2327679a264492265a394ec2b4317 (patch) | |
tree | 50ca233bf0e6403a65894d809f97b7c2507cfd33 | |
parent | dfd1422997a9081e1f5ca8d365ce1e302ee4687e (diff) | |
download | nnn-7eec6cedabe2327679a264492265a394ec2b4317.tar.gz |
Reformat help
-rw-r--r-- | README.md | 10 | ||||
-rw-r--r-- | src/nnn.c | 10 |
2 files changed, 10 insertions, 10 deletions
@@ -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 @@ -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" |