diff --git a/doc/picvim.txt b/doc/picvim.txt index ae2e01b..aa15aea 100644 --- a/doc/picvim.txt +++ b/doc/picvim.txt @@ -54,9 +54,9 @@ 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 | @@ -67,7 +67,7 @@ The plugin can be configured using: | `rotate_counterclockwise` | `"T"` | Rotates counterclockwise | | `reset` | `"o"` | Resets the image | | `rerender` | `"r"` | Rerenders the image | -|-------------------------------------------------------------------------| +|+-------------------------+------------------+--------------------------+| ==============================================================================