]> Sergey Matveev's repositories - nnn.git/commitdiff
Update docs on new selection shortcuts
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 30 Sep 2019 03:23:26 +0000 (08:53 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 30 Sep 2019 03:23:34 +0000 (08:53 +0530)
README.md
src/nnn.c

index 1ae6c19daf39b755756bcfac6ad7e701a801cf4b..e06e557ed271576482d34948f1445b6f4f3c6ebb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -218,7 +218,7 @@ optional args:
 
 #### Keyboard and mouse
 
-Press <kbd>?</kbd> in `nnn` to see the list anytime.
+Press <kbd>?</kbd> in `nnn` to see the list anytime (the listing below is from dev branch).
 
 ```
  NAVIGATION
@@ -237,8 +237,8 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
  FILES
            ^O  Open with...      n  Create new/link
             D  File detail   ^R F2  Rename/duplicate
-     ⎵ ^K / Y  Select entry/all  r  Batch rename
-         K ^Y  Toggle selection  y  List selection
+     ⎵ ^J / a  Select entry/all  r  Batch rename
+         m ^S  Toggle multi sel  y  List selection
             P  Copy selection    X  Delete selection
             V  Move selection   ^X  Delete entry
             f  Create archive    C  Execute entry
index 4a37dcb9ecab463728027e379277d7387b6652ff..d88a07ce0243fc46649b2302ea051c1a71a44b0c 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2866,7 +2866,7 @@ static bool show_help(const char *path)
                  "ce  Edit in EDITOR    p  Open in PAGER\n"
                "1ORDER TOGGLES\n"
                  "cA  Apparent du       S  du\n"
-                 "cs  Size     E  Extn  t  Time\n"
+                 "cs  Size    E  Extn   t  Time\n"
                "1MISC\n"
               "9! ^]  Shell             =  Launcher\n"
               "9R ^V  Pick plugin   :K xK  Run plugin key K\n"