Updated Concepts (markdown)

Piña Colada 2021-05-20 09:45:01 +05:30
parent 1df024b199
commit 4e77c4b9e5
1 changed files with 2 additions and 2 deletions

@ -52,8 +52,8 @@ Sessions can be loaded at runtime or with a [program option](https://github.com/
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.
2. Sessions can be loaded explicitly at runtime. Session option _restore_ would restore the "auto session" at runtime.
1. When a session is loaded at runtime, the last working state is saved automatically to a dedicated -- "auto session" -- session file. Session option _restore_ would restore the "auto session".
2. The "auto session" is also used in persistent session mode if no session is active.
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 opening a bookmark by key have higher priority to session options (`-s`/`-S`).