Remove special characters from help

This commit is contained in:
Arun Prakash Jana 2019-10-21 20:13:52 +05:30
parent 3966465171
commit 0144f44060
No known key found for this signature in database
GPG Key ID: A75979F35C080412
2 changed files with 6 additions and 6 deletions

View File

@ -193,10 +193,10 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
```
NAVIGATION
k Up PgUp ^U Scroll up
j Down PgDn ^D Scroll down
h Parent ~ ` @ - HOME, /, start, last
↵ → l Open . Toggle show hidden
Up k Up PgUp ^U Scroll up
Down j Down PgDn ^D Scroll down
Left h Parent ~ ` @ - HOME, /, start, last
Ret Right l Open . Toggle show hidden
g ^A First entry G ^E Last entry
b Pin current dir ^B Go to pinned dir
(Sh)Tab Cycle context d Toggle detail view
@ -208,7 +208,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
FILES
^O Open with... n Create new/link
D File detail ^R F2 Rename/duplicate
^J/a Select entry/all r Batch rename
Space ^J/a Select entry/all r Batch rename
m ^K Sel range, clear M List selection
P Copy selection K Edit selection
V Move selection w Copy/move sel as

View File

@ -3271,7 +3271,7 @@ static void show_help(const char *path)
"1FILES\n"
"b^O Open with... n Create new/link\n"
"cD File detail ^R F2 Rename/duplicate\n"
"7⎵ ^J/a Select entry/all r Batch rename\n"
"3Space ^J/a Select entry/all r Batch rename\n"
"9m ^K Sel range, clear M List selection\n"
"cP Copy selection K Edit selection\n"
"cV Move selection w Copy/move sel as\n"