aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-02-27 19:51:04 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-02-27 19:51:04 +0530
commitb5339c2dc54d6437468dd2697cd204e849081dc4 (patch)
treea2ed22e5c62f5dcde29a3993b175a14219b332d6
parent95356681ffc24987daeda46c8fb3fb5b04d9952f (diff)
downloadnnn-b5339c2dc54d6437468dd2697cd204e849081dc4.tar.gz
Update man page
-rw-r--r--nnn.163
1 files changed, 40 insertions, 23 deletions
diff --git a/nnn.1 b/nnn.1
index e02ee69..a7c9b73 100644
--- a/nnn.1
+++ b/nnn.1
@@ -172,31 +172,48 @@ instantly (\fIsearch-as-you-type\fR). There is a program option to switch to
regex filters. Matches are case-insensitive by default. In each context the
last filter is persisted at runtime or in saved sessions.
.Pp
-Special keys at empty filter prompt:
-.Pp
-- toggle between string and regex: '/'
-.br
-- toggle case sensitivity: ':'
-.br
-- apply the last filter (or clear filter if non-empty): '^L'
-.br
-- show help and config screen: '?'
-.br
-- show command prompt: ']'
-.br
-- launch an application: '='
-.br
-- run a plugin by its key: ';'
-.br
-- pin current directory: ','
-.br
-- go HOME: '~'
+Special keys at filter prompt:
+.Bd -literal
+------ + ---------------------------------------
+ Key | Function
+------ + ---------------------------------------
+ ^char | Usual keybind functionality
+ Esc | Exit filter prompt but skip dir refresh
+------ + ---------------------------------------
+.Ed
.Pp
-Other noteworthy keys:
+Special keys at \fBempty filter prompt\fR:
+.Bd -literal
+------ + ---------------------------------------
+ Key | Function
+------ + ---------------------------------------
+ ? | Show help and config screen
+ / | Toggle between string and regex
+ : | Toggle case-sensitivity
+ ^L | Clear filter (\fIif prompt is non-empty\fR)
+ | OR apply last filter
+------ + ---------------------------------------
+.Ed
.Pp
-- '^char': usual keybind functionality
-.br
-- 'Esc': exit filter prompt but skip dir refresh
+Additional special keys at \fBempty filter prompt\fR
+in \fBnav-as-you-type\fR mode:
+.Bd -literal
+------ + ------------------------
+ Key | Function
+------ + ------------------------
+ ' | Go to first non-dir file
+ + | Toggle proceed on open
+ , | Pin CWD
+ - | Go to last visited dir
+ . | Show hidden files
+ ; | Run a plugin by its key
+ = | Launch a GUI application
+ @ | Visit start dir
+ ] | Show command prompt
+ ` | Visit /
+ ~ | Go HOME
+------ + ------------------------
+.Ed
.Pp
Common regex use cases:
.Pp