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
20ac9da988
commit
35b3cf3b1f
|
@ -174,7 +174,7 @@ optional args:
|
|||
-c cli-only opener
|
||||
-d detail mode
|
||||
-e name load session by name
|
||||
-E EDITOR for undetached edits
|
||||
-E use EDITOR for undetached edits
|
||||
-f run filter as cmd on prompt key
|
||||
-H show hidden files
|
||||
-i nav-as-you-type mode
|
||||
|
@ -212,7 +212,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
|
|||
^O Open with... n Create new/link
|
||||
D File details ^R F2 Rename/duplicate
|
||||
Space ^J/a Select entry/all r Batch rename
|
||||
m ^K Sel range, clear M List selection
|
||||
m ^K Sel range, clear M Show sel buf
|
||||
P Copy selection K Edit, flush sel
|
||||
V Move selection w Copy/move sel as
|
||||
X Del selection ^X Del entry
|
||||
|
|
|
@ -3436,7 +3436,7 @@ static void show_help(const char *path)
|
|||
"b^O Open with... n Create new/link\n"
|
||||
"cD File details ^R F2 Rename/duplicate\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 Show sel buf\n"
|
||||
"cP Copy selection K Edit, flush sel\n"
|
||||
"cV Move selection w Copy/move sel as\n"
|
||||
"cX Del selection ^X Del entry\n"
|
||||
|
@ -5337,7 +5337,7 @@ static void usage(void)
|
|||
" -c cli-only opener\n"
|
||||
" -d detail mode\n"
|
||||
" -e name load session by name\n"
|
||||
" -E EDITOR for undetached edits\n"
|
||||
" -E use EDITOR for undetached edits\n"
|
||||
" -f run filter as cmd on prompt key\n"
|
||||
" -H show hidden files\n"
|
||||
" -i nav-as-you-type mode\n"
|
||||
|
|
Loading…
Reference in a new issue