diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/nnn.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 FILES ^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 m ^K Sel range, clear M List selection P Copy selection K Edit, flush sel @@ -3301,7 +3301,7 @@ static void show_help(const char *path) "9Q ^Q Quit ^G QuitCD q Quit context\n" "1FILES\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" "9m ^K Sel range, clear M List selection\n" "cP Copy selection K Edit, flush sel\n" |