mirror of
https://github.com/jarun/nnn.git
synced 2024-11-01 00:47:18 +00:00
Update man page
This commit is contained in:
parent
95356681ff
commit
b5339c2dc5
63
nnn.1
63
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
|
regex filters. Matches are case-insensitive by default. In each context the
|
||||||
last filter is persisted at runtime or in saved sessions.
|
last filter is persisted at runtime or in saved sessions.
|
||||||
.Pp
|
.Pp
|
||||||
Special keys at empty filter prompt:
|
Special keys at filter prompt:
|
||||||
|
.Bd -literal
|
||||||
|
------ + ---------------------------------------
|
||||||
|
Key | Function
|
||||||
|
------ + ---------------------------------------
|
||||||
|
^char | Usual keybind functionality
|
||||||
|
Esc | Exit filter prompt but skip dir refresh
|
||||||
|
------ + ---------------------------------------
|
||||||
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
- toggle between string and regex: '/'
|
Special keys at \fBempty filter prompt\fR:
|
||||||
.br
|
.Bd -literal
|
||||||
- toggle case sensitivity: ':'
|
------ + ---------------------------------------
|
||||||
.br
|
Key | Function
|
||||||
- apply the last filter (or clear filter if non-empty): '^L'
|
------ + ---------------------------------------
|
||||||
.br
|
? | Show help and config screen
|
||||||
- show help and config screen: '?'
|
/ | Toggle between string and regex
|
||||||
.br
|
: | Toggle case-sensitivity
|
||||||
- show command prompt: ']'
|
^L | Clear filter (\fIif prompt is non-empty\fR)
|
||||||
.br
|
| OR apply last filter
|
||||||
- launch an application: '='
|
------ + ---------------------------------------
|
||||||
.br
|
.Ed
|
||||||
- run a plugin by its key: ';'
|
|
||||||
.br
|
|
||||||
- pin current directory: ','
|
|
||||||
.br
|
|
||||||
- go HOME: '~'
|
|
||||||
.Pp
|
.Pp
|
||||||
Other noteworthy keys:
|
Additional special keys at \fBempty filter prompt\fR
|
||||||
.Pp
|
in \fBnav-as-you-type\fR mode:
|
||||||
- '^char': usual keybind functionality
|
.Bd -literal
|
||||||
.br
|
------ + ------------------------
|
||||||
- 'Esc': exit filter prompt but skip dir refresh
|
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
|
.Pp
|
||||||
Common regex use cases:
|
Common regex use cases:
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in a new issue