aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-19 18:17:36 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-01-19 18:20:05 +0530
commit78048d6ef0ad4c68714effc0ebce5eb678c5e4cf (patch)
treef9c079546dd54da4144657137e205ea29d76abc5 /nnn.1
parent88a940dcabfe5b0ad12ef62e689505f2438cec62 (diff)
downloadnnn-78048d6ef0ad4c68714effc0ebce5eb678c5e4cf.tar.gz
Document macros
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.16
1 files changed, 3 insertions, 3 deletions
diff --git a/nnn.1 b/nnn.1
index b126568..c5a1647 100644
--- a/nnn.1
+++ b/nnn.1
@@ -272,7 +272,7 @@ when dealing with the !, e and p commands respectively. A single combination to
NOTE: Bookmark keys should be single-character to use them in combination with the Leader key.
.Ed
.Pp
-\fBNNN_USE_EDITOR:\fR use EDITOR (preferably CLI, fallback vi) to handle text
+\fBNNN_USE_EDITOR:\fR use EDITOR (VISUAL takes preference, preferably CLI, fallback vi) to handle text
files.
.Bd -literal
export NNN_USE_EDITOR=1
@@ -287,9 +287,9 @@ files.
.Pp
\fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal locker (default: disabled).
.Pp
-\fBNNN_COPIER:\fR set to a clipboard copier script.
+\fBNNN_COPIER:\fR system clipboard copier script.
.Bd -literal
- NOTE: By default file paths are copied to the tmp file \fBDIR/.nnncp\fR, where 'DIR' (by priority) is:
+ NOTE: File paths are copied to the tmp file \fBDIR/.nnncp\fR, where 'DIR' (by priority) is:
\fI$HOME\fR or, \fI$TMPDIR\fR or, \fI/tmp\fR.
The path is shown in the help and configuration screen.
.Ed