diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-30 02:21:59 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-11-30 02:21:59 +0530 |
commit | f231c35ef90b5e2124e94a79fe784be97d442d16 (patch) | |
tree | 06cf0f6348afd7154c7baaf12cb8a2354980c241 /nnn.1 | |
parent | 3b42b6fc42ce762ebb7fdb9849b8c5a48b88d02f (diff) | |
download | nnn-f231c35ef90b5e2124e94a79fe784be97d442d16.tar.gz |
Update docs
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ when dealing with the !, e and p commands respectively. A single combination to To assign keys to arbitrary non-background non-shell-interpreted cli commands and invoke like plugins, add \fI_\fR (underscore) before the command. .Bd -literal - export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn;o:fzopen' + export NNN_PLUG='x:_chmod +x $nnn;g:_git log;s:_smplayer $nnn;o:fzopen;m:nmount' NOTES: 1. Use single quotes for $NNN_PLUG so $nnn is not interpreted |