diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-21 00:24:19 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-04-21 00:47:11 +0530 |
commit | 882a17a60f954af6e9a435148c965d3cb8939610 (patch) | |
tree | ac2d20cdd800b9699395b92f99d68f7ca8da3278 /nnn.1 | |
parent | bd29368d4cfbce8b20b5aedfc024a965205002e7 (diff) | |
download | nnn-882a17a60f954af6e9a435148c965d3cb8939610.tar.gz |
SSHFS support
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -189,6 +189,11 @@ when dealing with the !, e and p commands respectively. A single combination to export NNN_TMPFILE=/tmp/nnn .Ed .Pp +\fBNNN_SSHFS_MNT_ROOT:\fR absolute path to SSHFS mount point root. Mount points are created at this location. +.Bd -literal + export NNN_SSHFS_MNT_ROOT=/home/user/.netmnt` +.Ed +.Pp \fBNNN_USE_EDITOR:\fR use EDITOR (VISUAL takes preference, preferably CLI, fallback vi) to handle text files. .Bd -literal |