From 2c52db2a4484a2e41b1ebb9dff812beaadf1f412 Mon Sep 17 00:00:00 2001 From: Mischievous Meerkat Date: Fri, 13 Nov 2020 11:23:15 +0530 Subject: [PATCH] Updated Concepts (markdown) --- Concepts.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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