diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-17 13:08:26 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-17 13:08:26 +0530 |
commit | 7d0be597ad2791ef223cca732b9e4223879e3dbb (patch) | |
tree | 61f36359234955819453b2c7c1f0bc35060f50e9 /README.md | |
parent | 5b8b9eaa922022011df690f6da079d64ff7dcb19 (diff) | |
download | nnn-7d0be597ad2791ef223cca732b9e4223879e3dbb.tar.gz |
Rename fzy-open to fzopen
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ There is no config file. Associated files are stored under `${XDG_CONFIG_HOME:-$ | Example `export` | Description | | --- | --- | | `NNN_BMS='d:~/Documents;D:~/Docs archive/'` | key-bookmark pairs [max 10] | -| `NNN_PLUG='p:mocplay;m:nmount;t:thumb;x:_chmod +x'` | key-plugin (or cmd) pairs (<kbd>:key</kbd> to run) [max 15] | +| `NNN_PLUG='m:nmount;t:thumb;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 | |