mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Fix #207: use correct description
This commit is contained in:
parent
22825c0f37
commit
82bb934da8
|
@ -249,7 +249,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
|
|||
FILES
|
||||
^O Open with... n Create new/link
|
||||
D File details ^R Rename entry
|
||||
⎵ ^K Copy entry path r Open dir in vidir
|
||||
⎵ ^K Select entry r Open dir in vidir
|
||||
^Y Toggle selection y List selection
|
||||
Y Select all
|
||||
P Copy selection X Delete selection
|
||||
|
|
|
@ -2423,7 +2423,7 @@ static bool show_help(char *path)
|
|||
"1FILES\n"
|
||||
"b^O Open with... n Create new/link\n"
|
||||
"cD File details ^R Rename entry\n"
|
||||
"9⎵ ^K Copy entry path r Open dir in vidir\n"
|
||||
"9⎵ ^K Select entry r Open dir in vidir\n"
|
||||
"b^Y Toggle selection y List selection\n"
|
||||
"cY Select all\n"
|
||||
"cP Copy selection X Delete selection\n"
|
||||
|
|
Loading…
Reference in a new issue