From 07ba7339f15b4c975aef83ecf79ebf9d6c656b37 Mon Sep 17 00:00:00 2001 From: lyokha Date: Thu, 14 Mar 2019 14:44:08 +0300 Subject: [PATCH] added docs about new commands gq1 and gw1 --- doc/vimwiki.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 4f935e5..ac41297 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -513,6 +513,12 @@ gqq Format table. If you made some changes to a table or without swapping insert/normal modes this command gww will reformat it. + *vimwiki_gq1* *vimwiki_gw1* +gq1 Fast format table. The same as the previous, except + or that only a few lines above the current line are +gw1 tested. If the alignment of the current line differs, + then the whole table gets reformatted. + *vimwiki_* Move current table column to the left. See |:VimwikiTableMoveColumnLeft|