aboutsummaryrefslogtreecommitdiffstats
path: root/nnn.1
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-04 20:17:40 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-05-04 20:17:40 +0530
commita9505103429a26209ba6b57bcb140d83621bf3ad (patch)
tree635421fa51d955ea8c1a9a0dac084b722838130e /nnn.1
parent69e132e36dd7c4b87f3af2d42ca6efe76cc6f1bd (diff)
downloadnnn-a9505103429a26209ba6b57bcb140d83621bf3ad.tar.gz
Update docs
Diffstat (limited to 'nnn.1')
-rw-r--r--nnn.18
1 files changed, 4 insertions, 4 deletions
diff --git a/nnn.1 b/nnn.1
index 936eaee..fe7e0a5 100644
--- a/nnn.1
+++ b/nnn.1
@@ -331,20 +331,20 @@ separated by \fI;\fR:
\fBNNN_PLUG:\fR directly executable plugins as \fIkey_char:location\fR pairs
separated by \fI;\fR:
.Bd -literal
- export NNN_PLUG='o:fzopen;p:mocplay;d:diffs;m:nmount;t:imgthumb'
+ export NNN_PLUG='f:finder;o:fzopen;p:mocplay;d:diffs;t:nmount;v:imgview'
NOTES:
1. To run a plugin directly, press \fI;\fR followed by the plugin key.
2. To skip directory refresh after running a plugin, prefix with \fB-\fR.
- export NNN_PLUG='m:-mediainfo'
+ export NNN_PLUG='m:-mediainf'
.Ed
.Pp
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'
NOTES:
1. Use single quotes for $NNN_PLUG so $nnn is not interpreted
@@ -364,8 +364,8 @@ separated by \fI;\fR:
----------------------------------- + -------------------------------------------------
Key:Command | Description
----------------------------------- + -------------------------------------------------
- k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file
g:-_git diff | Show git diff
+ k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file
l:-_git log | Show git log
n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes
p:-_less -iR $nnn* | Page through hovered file in less