mirror of
https://github.com/jarun/nnn.git
synced 2024-11-27 13:21:29 +00:00
Updated Home (markdown)
parent
61826bd5f3
commit
622eb037ea
2
Home.md
2
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 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.
|
**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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue