diff options
| author | 2019-11-24 19:23:09 +0530 | |
|---|---|---|
| committer | 2019-11-24 19:23:09 +0530 | |
| commit | c4483a89563b718c339bb36610f1247ada7602d6 (patch) | |
| tree | 9cf2e6f1f3856522bf5d09edb01a477e068f50b5 | |
| parent | 5d0af863b530c681e70ebb090294cbe682176482 (diff) | |
| download | nnn-c4483a89563b718c339bb36610f1247ada7602d6.tar.gz | |
Update docs on -E
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | nnn.1 | 6 |
2 files changed, 6 insertions, 2 deletions
@@ -147,12 +147,12 @@ There is no config file. Associated files are stored under `${XDG_CONFIG_HOME:-$ | Example `export` | Description | | --- | --- | +| `NNN_OPENER=mimeopen` | custom file opener | | `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | key-bookmark pairs [max 10] | | `NNN_PLUG='m:nmount;t:imgthumb;x:_chmod +x $nnn'` | key-plugin (or cmd) pairs (<kbd>:key</kbd> to run) [max 15] | | `NNN_USE_EDITOR=1` | open text files in `$VISUAL` (else `$EDITOR`, fallback vi) | | `NNN_CONTEXT_COLORS='1234'` | specify per context color [default: '4444' (all blue)] | | `NNN_SSHFS_OPTS='sshfs -o reconnect,idmap=user'` | specify SSHFS options | -| `NNN_OPENER=mimeopen` | custom file opener | | `NNN_IDLE_TIMEOUT=300` | idle seconds to lock terminal [default: disabled] | | `NNN_COPIER=copier` | clipboard copier script [default: none] | | `NNN_TRASH=1` | trash files to the desktop Trash [default: delete] | @@ -11,6 +11,7 @@ .Op Ar -c .Op Ar -d .Op Ar -e name +.Op Ar -E .Op Ar -f .Op Ar -H .Op Ar -i @@ -54,7 +55,10 @@ supports the following options: detail mode .Pp .Fl "e name" - Load a session by name + load a session by name +.Pp +.Fl E + use $EDITOR for internal undetached edits .Pp .Fl f run filter as command when the prompt key is pressed |