diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-11 11:11:35 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-06-11 11:11:35 +0530 |
commit | 2d5952fef7a16c55aa10df17175a25fac9c6f1ed (patch) | |
tree | efd50f69cc990769369c52ca0a05d1296d6c9d9a | |
parent | 0f67e1ff7dcda0bf9023579e86abd9808e770b3a (diff) | |
download | nnn-2d5952fef7a16c55aa10df17175a25fac9c6f1ed.tar.gz |
Update docs
-rw-r--r-- | nnn.1 | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -152,8 +152,8 @@ uses \fIxdg-open\fR (on Linux), \fIopen(1)\fR (on macOS), \fIcygstart\fR on (Cygwin) and \fIopen\fR on (Haiku) as the desktop opener. It's also possible to specify a custom opener. See ENVIRONMENT section. .Sh CONTEXTS -Explore multiple directories simultaneously with 4 contexts. The status is -shown in the top left corner: +Open multiple locations with 4 contexts. The status is shown in the top left +corner: .Pp - the current context is in reverse video .br @@ -167,9 +167,7 @@ its own color. See ENVIRONMENT section. Sessions are a way to save and restore states of work. A session stores the settings and contexts. .Pp -Sessions can be loaded dynamically from within a running -.Nm -instance, or with a program option. +Sessions can be loaded dynamically at runtime 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. The "last @@ -287,7 +285,7 @@ There are two ways to search and list: .Pp File paths must be NUL-separated ('\\0'). Paths and can be relative to the current directory or absolute. Invalid paths in the input are ignored. Input -is limited by 65,536 paths or 256 MiB of input. +limit is 65,536 paths or 256 MiB of data. .Pp To list the input stream, start .Nm |