diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -138,7 +138,13 @@ 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 (search-as-you-type). There is a program option to use regex 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. +.Pp +To switch the filter type at runtime: +.br +- string to regex: press '\\' at empty filter prompt +.br +- regex to string: press '/' at empty filter prompt .Pp Common regex use cases: .Pp |