aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-31 01:59:30 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2020-03-31 01:59:30 +0530
commiteea1b5da7da4ed9838e647dfae4d56aaba372ad8 (patch)
treed5e4862c6f7cdf83b2d3b27eec0deddfbc16d3fd /plugins
parenta4243edacc980984fcd26a5260435cc62289478b (diff)
downloadnnn-eea1b5da7da4ed9838e647dfae4d56aaba372ad8.tar.gz
Update docs
Diffstat (limited to 'plugins')
-rw-r--r--plugins/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/README.md b/plugins/README.md
index 7115529..7bee546 100644
--- a/plugins/README.md
+++ b/plugins/README.md
@@ -133,8 +133,8 @@ Notes:
| Key:Command | Description |
|---|---|
| `k:-_fuser -kiv $nnn*` | Interactively kill process(es) using hovered file |
-| `g:-_git diff*` | Show git diff |
-| `l:-_git log*` | Show git log |
+| `g:-_git diff` | Show git diff |
+| `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 |