aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-11 16:12:34 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-11 16:12:34 +0530
commit70dcbf43d786da63598ad1080c518e4c44baa7bd (patch)
tree43016140a706e8b3f9cccd59828d92772879f273 /nnn.1
parent8588b3f0bd39496dbcf481c31aa7a61d7e6df20a (diff)
downloadnnn-70dcbf43d786da63598ad1080c518e4c44baa7bd.tar.gz
Toggle filter case-sensitivity
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.16
1 files changed, 4 insertions, 2 deletions
diff --git a/nnn.1 b/nnn.1
index 5094cd3..2193f08 100644
--- a/nnn.1
+++ b/nnn.1
@@ -138,13 +138,15 @@ When a session is loaded dynamically, the last working session is saved automati
All the session files are located in the \fB${XDG_CONFIG_HOME:-$HOME/.config}/nnn/sessions\fR directory by the session name.
"@" is the "last session" file.
.Sh FILTERS
-Filters are substrings to find matching entries in the current directory instantly (\fIsearch-as-you-type\fR). There is a program option to switch to regex filters.
+Filters are strings to find matching entries in the current directory instantly (\fIsearch-as-you-type\fR). There is a program option to switch to regex filters. Matches are case-insensitive by default.
.Pp
-To switch the filter type at runtime:
+To modify match criteria at runtime:
.br
- string to regex: press '\\' at empty filter prompt
.br
- regex to string: press '/' at empty filter prompt
+.br
+- toggle case sensitivity: press '|' at empty filter prompt
.Pp
Common regex use cases:
.Pp