mirror of
https://github.com/jarun/nnn.git
synced 2024-11-22 15:20:59 +03:00
Updated Concepts (markdown)
parent
5b27fb2bfb
commit
1544e81b81
@ -53,8 +53,9 @@ Sessions can be loaded at runtime or with a [program option](https://github.com/
|
|||||||
Notes:
|
Notes:
|
||||||
|
|
||||||
1. When a session is loaded at runtime, the last working state is saved automatically to a dedicated -- "auto session" -- session file. The "auto session" is also used in persistent session mode if no session is loaded explicitly.
|
1. When a session is loaded at runtime, the last working state is saved automatically to a dedicated -- "auto session" -- session file. The "auto session" is also used in persistent session mode if no session is loaded explicitly.
|
||||||
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 "auto session" at runtime.
|
2. Sessions can be loaded explicitly at runtime. Session option _restore_ would restore the "auto session" at runtime.
|
||||||
3. The persistent session option is global. If it is used, the last active session will be updated with the final state at program quit.
|
3. The persistent session option is global. If it is used, the last active session will be updated with the final state at program quit.
|
||||||
|
4. Listing input stream and loading a bookmark by key have higher priority to session options (`-s`/`-S`).
|
||||||
|
|
||||||
All the session files are located by session name in the directory
|
All the session files are located by session name in the directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user