mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add another useful plugin example
This commit is contained in:
parent
d87414eb61
commit
5e34181bb3
1
nnn.1
1
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
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue