Browse Source

Update help

master
Arun Prakash Jana 4 years ago
parent
commit
e3aed0f658
No known key found for this signature in database GPG Key ID: A75979F35C080412
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      src/nnn.c

+ 1
- 1
README.md View File

@@ -207,7 +207,7 @@ The list below is from the **dev branch**. Press <kbd>?</kbd> in `nnn` to see th
Q ^Q Quit ^G QuitCD q Quit context Q ^Q Quit ^G QuitCD q Quit context
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 details ^R F2 Rename/duplicate
Space ^J/a Select entry/all r Batch rename Space ^J/a Select entry/all r Batch rename
m ^K Sel range, clear M List selection m ^K Sel range, clear M List selection
P Copy selection K Edit, flush sel P Copy selection K Edit, flush sel


+ 1
- 1
src/nnn.c View File

@@ -3301,7 +3301,7 @@ static void show_help(const char *path)
"9Q ^Q Quit ^G QuitCD q Quit context\n" "9Q ^Q Quit ^G QuitCD q Quit context\n"
"1FILES\n" "1FILES\n"
"b^O Open with... n Create new/link\n" "b^O Open with... n Create new/link\n"
"cD File detail ^R F2 Rename/duplicate\n"
"cD File details ^R F2 Rename/duplicate\n"
"3Space ^J/a Select entry/all r Batch rename\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 List selection\n"
"cP Copy selection K Edit, flush sel\n" "cP Copy selection K Edit, flush sel\n"


Loading…
Cancel
Save