mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update program help
This commit is contained in:
parent
965fc2c876
commit
8cccc79b48
|
@ -247,19 +247,18 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
|||
/ 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 Go to/create context N
|
||||
, ^/ Leader key N LeadN Enter 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 Select entry r Open dir in vidir
|
||||
⎵ ^K / Y Select entry/all r Open dir in vidir
|
||||
K ^Y Toggle selection y List selection
|
||||
Y Select all
|
||||
P Copy selection X Delete selection
|
||||
V Move selection ^X Delete entry
|
||||
f Archive files m M Brief/full media info
|
||||
f Create archive m M Brief/full mediainfo
|
||||
^F Extract archive F List archive
|
||||
e Edit in EDITOR p Open in PAGER
|
||||
ORDER TOGGLES
|
||||
|
|
|
@ -2410,19 +2410,18 @@ static bool show_help(char *path)
|
|||
"c/ Filter Ins ^T Toggle nav-as-you-type\n"
|
||||
"cb Pin current dir ^B Go to pinned dir\n"
|
||||
"7Tab ^I Next context d Toggle detail view\n"
|
||||
"9, ^/ Leader key N LeadN Go to/create context N\n"
|
||||
"9, ^/ Leader key N LeadN Enter context N\n"
|
||||
"aEsc Exit prompt ^L Redraw/clear prompt\n"
|
||||
"b^G Quit and cd q Quit context\n"
|
||||
"9Q ^Q Quit ? Help, config\n"
|
||||
"1FILES\n"
|
||||
"b^O Open with... n Create new/link\n"
|
||||
"cD File details ^R Rename entry\n"
|
||||
"9⎵ ^K Select entry r Open dir in vidir\n"
|
||||
"5⎵ ^K / Y Select entry/all r Open dir in vidir\n"
|
||||
"9K ^Y Toggle selection y List selection\n"
|
||||
"cY Select all\n"
|
||||
"cP Copy selection X Delete selection\n"
|
||||
"cV Move selection ^X Delete entry\n"
|
||||
"cf Archive files m M Brief/full media info\n"
|
||||
"cf Create archive m M Brief/full mediainfo\n"
|
||||
"b^F Extract archive F List archive\n"
|
||||
"ce Edit in EDITOR p Open in PAGER\n"
|
||||
"1ORDER TOGGLES\n"
|
||||
|
|
Loading…
Reference in a new issue