From a40d378f83eafa7f55091571ccacc90a1246edab Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Sat, 8 Feb 2025 23:27:05 +0300 Subject: [PATCH] Minor fixes on VimDoc --- doc/picvim.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 | -|-------------------------------------------------------------------------| +|+-------------------------+------------------+--------------------------+| ==============================================================================