mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Restore keyboard shortcuts
This commit is contained in:
parent
4f15fb765a
commit
41c9c82d90
34
README.md
34
README.md
|
@ -233,6 +233,40 @@ optional args:
|
||||||
|
|
||||||
Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
||||||
|
|
||||||
|
```
|
||||||
|
NAVIGATION
|
||||||
|
↑ k Up PgUp ^U Scroll up
|
||||||
|
↓ j Down PgDn ^D Scroll down
|
||||||
|
← h Parent dir ~ ` @ - HOME, /, start, last
|
||||||
|
↵ → l Open file/dir . Toggle show hidden
|
||||||
|
Home g ^A First entry G ^E Last entry
|
||||||
|
/ Filter Ins ^T Toggle nav-as-you-type
|
||||||
|
b Pin current dir ^B Go to pinned dir
|
||||||
|
Tab ^I Next context d Toggle detail view
|
||||||
|
, ^/ Leader key N LeadN Context N
|
||||||
|
Esc Exit prompt ^L Redraw/clear prompt
|
||||||
|
^G Quit and cd q Quit context
|
||||||
|
Q ^Q Quit ? Help, config
|
||||||
|
FILES
|
||||||
|
^O Open with... n Create new/link
|
||||||
|
D File details ^R Rename entry
|
||||||
|
⎵ ^K / Y Select entry/all r Batch rename
|
||||||
|
K ^Y Toggle selection y List selection
|
||||||
|
P Copy selection X Delete selection
|
||||||
|
V Move selection ^X Delete entry
|
||||||
|
f Create archive m M Brief/full mediainfo
|
||||||
|
^F Extract archive F List archive
|
||||||
|
e Edit in EDITOR p Open in PAGER
|
||||||
|
ORDER TOGGLES
|
||||||
|
^J Disk usage S Apparent du
|
||||||
|
^W Random s Size t Time modified
|
||||||
|
MISC
|
||||||
|
! ^] Spawn SHELL C Execute entry
|
||||||
|
R ^V Pick plugin L Lock terminal
|
||||||
|
c SSHFS mount u Unmount
|
||||||
|
^P Prompt ^N Note = Launcher
|
||||||
|
```
|
||||||
|
|
||||||
Note: Help & settings, file details, media info and archive listing are shown in the PAGER. Use the PAGER-specific keys in these screens.
|
Note: Help & settings, file details, media info and archive listing are shown in the PAGER. Use the PAGER-specific keys in these screens.
|
||||||
|
|
||||||
#### Leader key
|
#### Leader key
|
||||||
|
|
Loading…
Reference in a new issue