Markdown table

This commit is contained in:
2025-02-09 14:22:15 +03:00
parent d29ebec0a8
commit 274d7ef476

View File

@@ -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