aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-16 00:57:57 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-09-16 01:33:41 +0530
commit6bb667111863a9909591c182ae6e14815b838dee (patch)
tree8923f8ab6d6fa3f1778021ca10e504b07f798bee
parent4a0e3570fec3cfdf7109305812d242eca0bdee64 (diff)
downloadnnn-6bb667111863a9909591c182ae6e14815b838dee.tar.gz
Update help
-rw-r--r--README.md2
-rw-r--r--src/nnn.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a41e627..f3a1089 100644
--- 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.
diff --git a/src/nnn.c b/src/nnn.c
index 53b8a29..8bf1192 100644
--- 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)