aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-15 09:42:23 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-01-15 09:42:23 +0530
commit73a2919b7eb36e3b0c53acf16c384f4ffe1b8f49 (patch)
treee7606c9024462960705e9a51cb03c00cd0484a9b /plugins/README.md
parent4930f34c3fde6d5a4b335b1c4e8703cdf0c8637a (diff)
downloadnnn-73a2919b7eb36e3b0c53acf16c384f4ffe1b8f49.tar.gz
Prepare for release v2.9
Diffstat (limited to 'plugins/README.md')
-rw-r--r--plugins/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 507572c..df77ba4 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -110,9 +110,11 @@ Notes:
| Key:Command | Description |
|---|---|
+| `e:-_vi $nnn*` | Edit hovered file in vi |
| `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 |
| `s:_smplayer -minigui $nnn*` | Play hovered media file, even unfinished download |
| `x:_chmod +x $nnn` | Make the hovered file executable |
| `y:-_sync*` | Flush cached writes |