aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-21 23:59:51 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2019-04-21 23:59:51 +0530
commita900b2c4fa928de32c30943029ccd4b67c4b7ee9 (patch)
tree480c94e5017b4891b1a16e4d9134816fd44c4d16 /nnn.1
parentf9264577d295be0ccb788224e677e4615e53f843 (diff)
downloadnnn-a900b2c4fa928de32c30943029ccd4b67c4b7ee9.tar.gz
Support config dir ~/.config/nnn
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.18
1 files changed, 1 insertions, 7 deletions
diff --git a/nnn.1 b/nnn.1
index f21ea14..cc28306 100644
--- a/nnn.1
+++ b/nnn.1
@@ -169,16 +169,10 @@ when dealing with the !, e and p commands respectively. A single combination to
.Pp
\fBNNN_COPIER:\fR system clipboard copier script.
.Bd -literal
- 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.
+ NOTE: File paths are copied to the tmp file \fB~/.config/nnn/.selection\fR.
The path is shown in the help and configuration screen.
.Ed
.Pp
-\fBNNN_PLUGIN_DIR:\fR \fIabsolute\fR path to plugin directory. Selected plugin is invoked with currently selected file name as argument 1.
-.Bd -literal
- export NNN_PLUGIN_DIR=/absolute/path/to/plugins_dir
-.Ed
-.Pp
\fBNNN_NOTE:\fR \fIabsolute\fR path to a note file.
.Bd -literal
export NNN_NOTE='/home/user/.mynotes'