aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.c
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-01-07 09:14:25 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2018-01-07 09:14:25 +0530
commitafb6a7ab0481cdfc9d4d44b2aeaf2778e6a781c8 (patch)
tree863049ed67515852d69a90bde750cfe929a53745 /nnn.c
parentf7c5a2924d4fd5ebefca5fe54bceaf1c9cbaeb6e (diff)
downloadnnn-afb6a7ab0481cdfc9d4d44b2aeaf2778e6a781c8.tar.gz
Change bookmark prompt and pin dir keys.
New keys: - bookmark prompt (^B) - pin directory (B) The intention of the change is to facilitate opening the bookmark prompt in navigate-as-you-type mode. The bookmark prompt is used more than the pin current directory option.
Diffstat (limited to 'nnn.c')
-rw-r--r--nnn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nnn.c b/nnn.c
index f1422e3..76c302d 100644
--- a/nnn.c
+++ b/nnn.c
@@ -1716,8 +1716,8 @@ show_help(char *path)
"e/ | Filter dir contents\n"
"d^/ | Open desktop search tool\n"
"e. | Toggle hide . files\n"
- "eb | Bookmark prompt\n"
- "d^B | Pin current dir\n"
+ "d^B | Bookmark prompt\n"
+ "eB | Pin current dir\n"
"d^V | Go to pinned dir\n"
"ec | Change dir prompt\n"
"ed | Toggle detail view\n"