diff --git a/Concepts.md b/Concepts.md index 1f061c4..0a6567e 100644 --- a/Concepts.md +++ b/Concepts.md @@ -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