diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-11 16:12:34 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-01-11 16:12:34 +0530 |
commit | 70dcbf43d786da63598ad1080c518e4c44baa7bd (patch) | |
tree | 43016140a706e8b3f9cccd59828d92772879f273 /nnn.1 | |
parent | 8588b3f0bd39496dbcf481c31aa7a61d7e6df20a (diff) | |
download | nnn-70dcbf43d786da63598ad1080c518e4c44baa7bd.tar.gz |
Toggle filter case-sensitivity
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |