mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Update docs on new selection shortcuts
This commit is contained in:
parent
6ba1e48e62
commit
62a0932976
|
@ -218,7 +218,7 @@ optional args:
|
||||||
|
|
||||||
#### Keyboard and mouse
|
#### Keyboard and mouse
|
||||||
|
|
||||||
Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
Press <kbd>?</kbd> in `nnn` to see the list anytime (the listing below is from dev branch).
|
||||||
|
|
||||||
```
|
```
|
||||||
NAVIGATION
|
NAVIGATION
|
||||||
|
@ -237,8 +237,8 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
||||||
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
|
||||||
⎵ ^K / Y Select entry/all r Batch rename
|
⎵ ^J / a Select entry/all r Batch rename
|
||||||
K ^Y Toggle selection y List selection
|
m ^S Toggle multi sel y List selection
|
||||||
P Copy selection X Delete selection
|
P Copy selection X Delete selection
|
||||||
V Move selection ^X Delete entry
|
V Move selection ^X Delete entry
|
||||||
f Create archive C Execute entry
|
f Create archive C Execute entry
|
||||||
|
|
|
@ -2866,7 +2866,7 @@ static bool show_help(const char *path)
|
||||||
"ce Edit in EDITOR p Open in PAGER\n"
|
"ce Edit in EDITOR p Open in PAGER\n"
|
||||||
"1ORDER TOGGLES\n"
|
"1ORDER TOGGLES\n"
|
||||||
"cA Apparent du S du\n"
|
"cA Apparent du S du\n"
|
||||||
"cs Size E Extn t Time\n"
|
"cs Size E Extn t Time\n"
|
||||||
"1MISC\n"
|
"1MISC\n"
|
||||||
"9! ^] Shell = Launcher\n"
|
"9! ^] Shell = Launcher\n"
|
||||||
"9R ^V Pick plugin :K xK Run plugin key K\n"
|
"9R ^V Pick plugin :K xK Run plugin key K\n"
|
||||||
|
|
Loading…
Reference in a new issue