diff --git a/Home.md b/Home.md index e65e7ba..fff9b6e 100644 --- a/Home.md +++ b/Home.md @@ -56,7 +56,7 @@ n2() Sessions are a way to save and restore states of work. A session stores the settings and contexts. All the session files are located in the `${XDG_CONFIG_HOME:-$HOME/.config}/nnn/sessions` directory by the session name. -Sessions can be loaded dynamically from within a running `nnn` instance, or with a [program option](https://github.com/jarun/nnn/wiki/Usage#program-options). +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.