Updated Home (markdown)

Jana 2020-06-11 10:58:06 +05:30
parent 61826bd5f3
commit 622eb037ea
1 changed files with 1 additions and 1 deletions

@ -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.