mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Concepts (markdown)
parent
cd2ff1be21
commit
4d995d2847
@ -49,7 +49,7 @@ Sessions can be loaded dynamically at runtime or with a [program option](https:/
|
||||
**Notes:**
|
||||
|
||||
1. When a session is loaded dynamically, the last working session is saved automatically to a dedicated -- "last session" -- session file. The "last session" is also used in persistent session mode.
|
||||
2. Listing input stream is given a higher priority to persistent sessions. Use session option _restore_ to restore the persistent session at runtime.
|
||||
2. Listing input stream has a higher priority to session options (`-s`/`-S`). Sessions can be loaded explicitly at runtime. Session option _restore_ would restore the persistent session at runtime.
|
||||
|
||||
## Filters
|
||||
|
||||
@ -215,6 +215,8 @@ A temporary directory will be created containing symlinks to the given paths. An
|
||||
|
||||
<kbd>Right</kbd> or <kbd>l</kbd> on a symlink inside the listing dir takes to the target file. Press <kbd>-</kbd> to return to the listing dir. Press <kbd>Enter</kbd> to open the symlink.
|
||||
|
||||
Listing input stream can be scripted. It can be extended to pick (option `-p`) selected entries from the listed results.
|
||||
|
||||
## Prompts
|
||||
|
||||
The prompts (except the filter prompt) support readline-like command-line shortcuts. <kbd>Enter</kbd> or <kbd>^D</kbd> at the empty prompt (except the filter prompt) exits the prompt.
|
||||
|
Loading…
Reference in New Issue
Block a user