1
1
mirror of https://github.com/jarun/nnn.git synced 2024-11-22 15:20:59 +03:00

Updated Concepts (markdown)

Mischievous Meerkat 2020-11-13 11:23:15 +05:30
parent 46653f72e5
commit 2c52db2a44

@ -46,7 +46,10 @@ Sessions are a way to save and restore states of work. A session stores the sett
Sessions can be loaded dynamically at runtime or with a [program option](https://github.com/jarun/nnn/wiki/Usage#program-options).
**Note:** 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.
**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.
## Filters