mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Remove special characters from help
This commit is contained in:
parent
3966465171
commit
0144f44060
10
README.md
10
README.md
|
@ -193,10 +193,10 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
|
||||||
|
|
||||||
```
|
```
|
||||||
NAVIGATION
|
NAVIGATION
|
||||||
↑ k Up PgUp ^U Scroll up
|
Up k Up PgUp ^U Scroll up
|
||||||
↓ j Down PgDn ^D Scroll down
|
Down j Down PgDn ^D Scroll down
|
||||||
← h Parent ~ ` @ - HOME, /, start, last
|
Left h Parent ~ ` @ - HOME, /, start, last
|
||||||
↵ → l Open . Toggle show hidden
|
Ret Right l Open . Toggle show hidden
|
||||||
g ^A First entry G ^E Last entry
|
g ^A First entry G ^E Last entry
|
||||||
b Pin current dir ^B Go to pinned dir
|
b Pin current dir ^B Go to pinned dir
|
||||||
(Sh)Tab Cycle context d Toggle detail view
|
(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
|
FILES
|
||||||
^O Open with... n Create new/link
|
^O Open with... n Create new/link
|
||||||
D File detail ^R F2 Rename/duplicate
|
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
|
m ^K Sel range, clear M List selection
|
||||||
P Copy selection K Edit selection
|
P Copy selection K Edit selection
|
||||||
V Move selection w Copy/move sel as
|
V Move selection w Copy/move sel as
|
||||||
|
|
|
@ -3271,7 +3271,7 @@ static void show_help(const char *path)
|
||||||
"1FILES\n"
|
"1FILES\n"
|
||||||
"b^O Open with... n Create new/link\n"
|
"b^O Open with... n Create new/link\n"
|
||||||
"cD File detail ^R F2 Rename/duplicate\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"
|
"9m ^K Sel range, clear M List selection\n"
|
||||||
"cP Copy selection K Edit selection\n"
|
"cP Copy selection K Edit selection\n"
|
||||||
"cV Move selection w Copy/move sel as\n"
|
"cV Move selection w Copy/move sel as\n"
|
||||||
|
|
Loading…
Reference in a new issue