diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-09 04:27:42 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-11-09 04:30:12 +0530 |
commit | e8eeff9b3dd30121e63991e99c844ec4002831e2 (patch) | |
tree | a896f6680809ef2e5fc056e803da8b2667205906 /nnn.1 | |
parent | 70f561dd7184443981006528ea7a8d33600d6f5c (diff) | |
download | nnn-e8eeff9b3dd30121e63991e99c844ec4002831e2.tar.gz |
Introduce key prompt
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -18,7 +18,7 @@ .Op Ar PATH .Sh DESCRIPTION .Nm -(Noice is Not Noice) is a performance-optimized, feature-packed fork of noice (http://git.2f30.org/noice/) with seamless desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode, bookmarks, disk usage analyzer mode, comprehensive file details and much more. It remains a simple and efficient file manager that stays out of your way. +(Noice is Not Noice) is a performance-optimized, feature-packed fork of noice (http://git.2f30.org/noice/) with seamless desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more. It remains a simple and efficient file manager that stays out of your way. .Pp .Nm opens the current working directory by default if @@ -60,7 +60,7 @@ Change filter (more information below) .It Ic \&. Toggle show hidden . (dot) files .It Ic ^B -Show bookmark key prompt (understands ~, -, &) +Show key prompt (recognizes bookmark keys, ~, -, & and context IDs) .It Ic b Pin current directory .It Ic ^V @@ -192,7 +192,7 @@ simultaneously. 4 contexts are available. The status of the contexts are shown i .br - rest are unused .Pp -The bookmark prompt understands contexts. To switch contexts press \fI^B\fR and enter the context number (1-4). +The key prompt understands contexts. To switch contexts press \fI^B\fR and enter the context number (1-4). .Pp The first time a context is entered, it copies the state of the last visited context. Each context remembers its start directory and last visited directory. .Pp @@ -247,7 +247,6 @@ when dealing with the !, e and p commands respectively. .Bd -literal export NNN_BMS='doc:~/Documents;u:/home/user/Cam Uploads;D:~/Downloads/' .Ed -The bookmark prompt also understands the \fI~\fR (HOME), \fI-\fR (last visited directory) and \fI&\fR shortcuts. .Pp \fBNNN_USE_EDITOR:\fR use EDITOR (preferably CLI, fallback vi) to handle text files. |