mirror of
https://github.com/jarun/nnn.git
synced 2024-11-23 19:31:28 +00:00
Updated Usage (markdown)
parent
72bfc504c0
commit
6b4ccc00a6
11
Usage.md
11
Usage.md
|
@ -198,7 +198,7 @@ The list below is from **master**. Press <kbd>?</kbd> in `nnn` to see the keybin
|
|||
Ret Rt l Open ' First file/match
|
||||
g ^A Top . Toggle hidden
|
||||
G ^E End + Toggle auto-advance
|
||||
, Mark CWD b ^/ Select bookmark
|
||||
B (,) Book(mark) b ^/ Select bookmark
|
||||
1-4 Context (Sh)Tab Cycle/new context
|
||||
2Esc ^Q Quit q Quit context
|
||||
^G QuitCD Q Pick/err, quit
|
||||
|
@ -232,10 +232,11 @@ The list below is from **master**. Press <kbd>?</kbd> in `nnn` to see the keybin
|
|||
Notes:
|
||||
|
||||
1. <kbd>Shift-TAB</kbd> attempts to create a new context, and reverse cycles when all contexts are active.
|
||||
2. At the filter prompt, <kbd>^L</kbd> toggles last filter and unfilter. If no last filter, exits filter mode and redraws.
|
||||
3. <kbd>Q</kbd> quits with `EXIT_FAILURE` if no selection, else prints the selection to stdout and quits with `EXIT_SUCCESS`.
|
||||
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.
|
||||
2. <kbd>B</kbd> adds a new bookmark in the `bookmarks` dir, <kbd>,</kbd> marks a location in-memory
|
||||
3. At the filter prompt, <kbd>^L</kbd> toggles last filter and unfilter. If no last filter, exits filter mode and redraws.
|
||||
4. <kbd>Q</kbd> quits with `EXIT_FAILURE` if no selection, else prints the selection to stdout and quits with `EXIT_SUCCESS`.
|
||||
5. Help & settings, file details and archive listing are shown in the `$PAGER`.
|
||||
6. To change shortcuts modify key bindings in `nnn.h` and compile. Option `-K` detects collisions.
|
||||
|
||||
#### Graphical map
|
||||
|
||||
|
|
Loading…
Reference in a new issue