Add another useful plugin example

This commit is contained in:
Arun Prakash Jana 2021-06-06 17:35:05 +05:30
parent d87414eb61
commit 5e34181bb3
No known key found for this signature in database
GPG key ID: A75979F35C080412
2 changed files with 2 additions and 0 deletions

1
nnn.1
View file

@ -414,6 +414,7 @@ separated by \fI;\fR:
Key:Command | Description Key:Command | Description
----------------------------------- + ------------------------------------------------- ----------------------------------- + -------------------------------------------------
g:-_git diff | Show git diff 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 k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file
l:-_git log | Show git log l:-_git log | Show git log
n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes

View file

@ -166,6 +166,7 @@ Notes:
| Key:Command | Description | | Key:Command | Description |
|---|---| |---|---|
| `g:-_git diff` | Show git diff | | `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 | | `k:-_fuser -kiv $nnn*` | Interactively kill process(es) using hovered file |
| `l:-_git log` | Show git log | | `l:-_git log` | Show git log |
| `n:-_vi /home/user/Dropbox/dir/note*` | Take quick notes in a synced file/dir of notes | | `n:-_vi /home/user/Dropbox/dir/note*` | Take quick notes in a synced file/dir of notes |