mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Updated Usage (markdown)
parent
8c63af3c8c
commit
d5b3d9ee21
9
Usage.md
9
Usage.md
|
@ -227,10 +227,11 @@ The list below is from **master**. Press <kbd>?</kbd> in `nnn` to see the keybin
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
1. At the filter prompt, <kbd>^L</kbd> toggles last filter and unfilter. If no last filter, exits filter mode and redraws.
|
1. <kbd>Shift-TAB</kbd> attempts to create a new context, and reverse cycles when all contexts are active.
|
||||||
2. <kbd>Q</kbd> quits with `EXIT_FAILURE` if no selection, else prints the selection to stdout and quits with `EXIT_SUCCESS`.
|
2. At the filter prompt, <kbd>^L</kbd> toggles last filter and unfilter. If no last filter, exits filter mode and redraws.
|
||||||
3. Help & settings, file details and archive listing are shown in the `$PAGER`.
|
3. <kbd>Q</kbd> quits with `EXIT_FAILURE` if no selection, else prints the selection to stdout and quits with `EXIT_SUCCESS`.
|
||||||
4. To change shortcuts modify key bindings in `nnn.h` and compile. Option `-K` detects collisions.
|
4. Help & settings, file details and archive listing are shown in the `$PAGER`.
|
||||||
|
5. To change shortcuts modify key bindings in `nnn.h` and compile. Option `-K` detects collisions.
|
||||||
|
|
||||||
#### Graphical map
|
#### Graphical map
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue