diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-18 04:54:07 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-04-18 04:54:07 +0530 |
commit | 645f43355e887e8d24698fb70bd2ac8a50b191d4 (patch) | |
tree | e4f4170e960fae809545ad9fd3fb7f0ff2520b20 /nnn.1 | |
parent | c63fb28effb2fbae903928b9b9453974c6e96c9f (diff) | |
download | nnn-645f43355e887e8d24698fb70bd2ac8a50b191d4.tar.gz |
Fix #526: persistent session
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -109,7 +109,7 @@ supports the following options: load a session by name .Pp .Fl S - start in disk usage analyzer mode + persistent session .Pp .Fl "t secs" idle timeout in seconds to lock terminal @@ -160,7 +160,8 @@ Sessions can be loaded dynamically from within a running instance, or with a program option. .Pp When a session is loaded dynamically, the last working session is saved -automatically to a dedicated -- "last session" -- session file. +automatically to a dedicated -- "last session" -- session file. The "last +session" is also used in persistent session mode. .Pp All the session files are located by session name in the directory .Pp |