]> Sergey Matveev's repositories - nnn.git/commitdiff
Add another useful plugin example
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 6 Jun 2021 12:05:05 +0000 (17:35 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 6 Jun 2021 12:05:05 +0000 (17:35 +0530)
nnn.1
plugins/README.md

diff --git a/nnn.1 b/nnn.1
index 83519bc52e78579a199b775143955cccc162c25f..a0a4b52e974f3efa61ab17914a5ea9c2239d7948 100644 (file)
--- a/nnn.1
+++ b/nnn.1
@@ -414,6 +414,7 @@ separated by \fI;\fR:
                 Key:Command             |                   Description
     ----------------------------------- + -------------------------------------------------
     g:-_git diff                        | Show git diff
+    h:-_hx $nnn*                        | Open hovered file in hx hex editor
     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
index 8502fe42fcbd2e0a33c13013b127b74750342e74..b3414d90d15ef9393ebcdbce5b5315e9645a33d2 100644 (file)
@@ -166,6 +166,7 @@ Notes:
 | Key:Command | Description |
 |---|---|
 | `g:-_git diff` | Show git diff |
+| `h:-_hx $nnn*` | Open hovered file in [hx](https://github.com/krpors/hx) hex editor |
 | `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 |