diff --git a/doc/picvim.txt b/doc/picvim.txt index aa15aea..fc329d5 100644 --- a/doc/picvim.txt +++ b/doc/picvim.txt @@ -54,20 +54,20 @@ The plugin can be configured using: } }) < -|+-------------------------+------------------+--------------------------+| -| Options within `keymap` | Default Value | Description | -|+-------------------------+------------------+--------------------------+| -| `move_left` | `{"", "h"}` | Moves the image left | -| `move_right` | `{"", "l"}` | Moves the image right | -| `move_down` | `{"", "j"}` | Moves the image down | -| `move_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` │ `{"", "h"} `│ Moves the image left │ + │ `move_right` │ `{"", "l"} `│ Moves the image right │ + │ `move_down` │ `{"", "j"} `│ Moves the image down │ + │ `move_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 │ + └─────────────────────────┴──────────────────┴──────────────────────────┘ ==============================================================================