mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Update docs
This commit is contained in:
parent
7718f77069
commit
61e03e0961
|
@ -88,7 +88,7 @@ It runs smoothly on the Raspberry Pi, Termux [on Android](https://www.youtube.co
|
||||||
5. To copy selected file paths to system clipboard and show notis on cp, mv, rm completion use option `-x`.
|
5. To copy selected file paths to system clipboard and show notis on cp, mv, rm completion use option `-x`.
|
||||||
6. For a strictly CLI-only experience, see plugin `nuke`. It's a sample opener you can customize.
|
6. For a strictly CLI-only experience, see plugin `nuke`. It's a sample opener you can customize.
|
||||||
|
|
||||||
Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>), <kbd>/</kbd> and <kbd>q</kbd> suffice. <kbd>Tab</kbd> creates, cycles contexts. Hit <kbd>?</kbd> to lookup shortcuts.
|
Don't memorize! Arrows (or <kbd>h</kbd> <kbd>j</kbd> <kbd>k</kbd> <kbd>l</kbd>), <kbd>/</kbd>, <kbd>q</kbd> suffice. <kbd>Tab</kbd> creates, cycles contexts. <kbd>?</kbd> lists shortcuts.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
4
nnn.1
4
nnn.1
|
@ -148,6 +148,10 @@ To modify match criteria at runtime:
|
||||||
.br
|
.br
|
||||||
- toggle case sensitivity: press ':' at empty filter prompt
|
- toggle case sensitivity: press ':' at empty filter prompt
|
||||||
.Pp
|
.Pp
|
||||||
|
In each context the last filter is persisted at runtime or in saved
|
||||||
|
sessions, and can be accessed with '^L' at the empty filter prompt. It's
|
||||||
|
possible to change the match criteria and re-apply the last filter.
|
||||||
|
.Pp
|
||||||
Common regex use cases:
|
Common regex use cases:
|
||||||
.Pp
|
.Pp
|
||||||
(1) To list all matches starting with the filter expression, start the expression
|
(1) To list all matches starting with the filter expression, start the expression
|
||||||
|
|
Loading…
Reference in a new issue