mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 13:51:31 +00:00
Merge pull request #1223 from akrifari/fix-invisible-description
Fix invisible description
This commit is contained in:
commit
e686b94f7e
|
@ -187,7 +187,7 @@ Notes:
|
|||
|
||||
| Key:Command | Description |
|
||||
|---|---|
|
||||
| `c:!convert $nnn png:- | xclip -sel clipboard -t image/png*` | Copy image to clipboard |
|
||||
| `c:!convert $nnn png:- \| xclip -sel clipboard -t image/png*` | Copy image to clipboard |
|
||||
| `e:-!sudo -E vim $nnn*` | Edit file as root in vim |
|
||||
| `g:-!git diff` | Show git diff |
|
||||
| `h:-!hx $nnn*` | Open hovered file in [hx](https://github.com/krpors/hx) hex editor |
|
||||
|
|
Loading…
Reference in a new issue