Update table

This commit is contained in:
2025-02-09 14:03:43 +03:00
parent a40d378f83
commit f927a29330

View File

@@ -54,20 +54,20 @@ The plugin can be configured using:
}
})
<
|+-------------------------+------------------+--------------------------+|
| Options within `keymap` | Default Value | Description |
|+-------------------------+------------------+--------------------------+|
| `move_left` | `{"<Left>", "h"}` | Moves the image left |
| `move_right` | `{"<Right>", "l"}` | Moves the image right |
| `move_down` | `{"<Down>", "j"}` | Moves the image down |
| `move_up` | `{"<Up>", "k"}` | Moves the image up |
| `zoom_in` | `{"=", "+"}` | Zooms into the image |
| `zoom_out` | `{"-", "_"}` | Zooms out of the image |
| `rotate_clockwise` | `"t"` | Rotates clockwise |
| `rotate_counterclockwise` | `"T"` | Rotates counterclockwise |
| `reset` | `"o"` | Resets the image |
| `rerender` | `"r"` | Rerenders the image |
|+-------------------------+------------------+--------------------------+|
┌─────────────────────────┬──────────────────┬──────────────────────────┐
Options within `keymap` Default Value Description
├─────────────────────────┼──────────────────┼──────────────────────────┤
`move_left` `{"<Left>", "h"} `│ Moves the image left
`move_right` `{"<Right>", "l"} `│ Moves the image right
`move_down` `{"<Down>", "j"} `│ Moves the image down
`move_up` `{"<Up>", "k"}` Moves the image up
`zoom_in` `{"=", "+"}` Zooms into the image
`zoom_out` `{"-", "_"}` Zooms out of the image
`rotate_clockwise` `"t"` Rotates clockwise
`rotate_counterclockwise `│ `"T"` Rotates counterclockwise
`reset` `"o"` Resets the image
`rerender` `"r"` Rerenders the image
└─────────────────────────┴──────────────────┴──────────────────────────┘
==============================================================================