]> Sergey Matveev's repositories - nnn.git/commitdiff
Update help
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 15 Sep 2019 19:27:57 +0000 (00:57 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 15 Sep 2019 20:03:41 +0000 (01:33 +0530)
README.md
src/nnn.c

index a41e6270437bba792008b5c307287c545c666558..f3a1089647dad07c50fd7a83366dfc16950173cd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -261,7 +261,7 @@ Press <kbd>?</kbd> in `nnn` to see the list anytime.
          ! ^]  Shell   ^N  Note  L  Lock
          R ^V  Pick plugin   :K xK  Run plugin key K
             c  SSHFS mount       u  Unmount
-           ^P  Prompt            =  Launcher
+           ^P  Prompt/run expr   =  Launcher
 ```
 
 Note: Help & settings, file details and archive listing are shown in the PAGER. Use the PAGER-specific keys in these screens.
index 53b8a29d9e3682e170ed2025d178d24bec162b63..8bf11928611962d5c2146c0b24ab8b00fcb968a4 100644 (file)
--- a/src/nnn.c
+++ b/src/nnn.c
@@ -2857,7 +2857,7 @@ static bool show_help(const char *path)
               "9! ^]  Shell   ^N  Note  L  Lock   \n"
               "9R ^V  Pick plugin   :K xK  Run plugin key K\n"
                  "cc  SSHFS mount       u  Unmount\n"
-                "b^P  Prompt            =  Launcher\n"};
+                "b^P  Prompt/run expr   =  Launcher\n"};
 
        fd = create_tmp_file();
        if (fd == -1)