Markdown table
This commit is contained in:
23
README.md
23
README.md
@@ -85,16 +85,19 @@ The plugin automatically activates for image files (.png, .jpg, .jpeg, .gif, .bm
|
|||||||
|
|
||||||
## ⌨️ Default Keybindings
|
## ⌨️ Default Keybindings
|
||||||
|
|
||||||
h, Left Arrow – Pan left.
|
| Options within `keymap` | Default Value | Description |
|
||||||
l, Right Arrow – Pan right.
|
|-----------------------------|-----------------------|--------------------------|
|
||||||
j, Down Arrow – Pan down.
|
| `move_left` | `{"<Left>", "h"}` | Moves the image left |
|
||||||
k, Up Arrow – Pan up.
|
| `move_right` | `{"<Right>", "l"}` | Moves the image right |
|
||||||
=, + – Zoom in.
|
| `move_down` | `{"<Down>", "j"}` | Moves the image down |
|
||||||
-, _ – Zoom out.
|
| `move_up` | `{"<Up>", "k"}` | Moves the image up |
|
||||||
t – Rotate clockwise (30 degrees).
|
| `zoom_in` | `{"=", "+"}` | Zooms into the image |
|
||||||
T – Rotate counterclockwise (30 degrees).
|
| `zoom_out` | `{"-", "_"}` | Zooms out of the image |
|
||||||
o – Reset image position and rotation.
|
| `rotate_clockwise` | `"t"` | Rotates clockwise |
|
||||||
r – Rerender the image.
|
| `rotate_counterclockwise` | `"T"` | Rotates counterclockwise |
|
||||||
|
| `reset` | `"o"` | Resets the image |
|
||||||
|
| `rerender` | `"r"` | Rerenders the image |
|
||||||
|
|
||||||
|
|
||||||
## 📦 Dependencies
|
## 📦 Dependencies
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user