aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.17
1 files changed, 7 insertions, 0 deletions
diff --git a/nnn.1 b/nnn.1
index 9de1502..ad52507 100644
--- a/nnn.1
+++ b/nnn.1
@@ -157,6 +157,13 @@ when dealing with the !, e and p commands respectively. A single combination to
codes: 0-black, 1-red, 2-green, 3-yellow, 4-blue (default), 5-magenta, 6-cyan, 7-white
.Ed
.Pp
+\fBNNN_SSHFS_OPTS:\fR Pass additional options to sshfs command:
+.Bd -literal
+ export NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user,cache_timeout=3600'
+
+ NOTE: The options must be preceded by `sshfs` and comma-separated without any space between them.
+.Ed
+.Pp
\fBNNN_IDLE_TIMEOUT:\fR set idle timeout (in seconds) to invoke terminal locker (default: disabled).
.Pp
\fBNNN_COPIER:\fR system clipboard copier script. The project page has some sample copier scripts.