vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 2d17e6147b7b4c99db069d5899fcbb00d7fbb3f8
parent d0e6d5e517120c85e25d5e32d60bbd26f7d82451
Author: qadzek <84473512+qadzek@users.noreply.github.com>
Date:   Thu, 18 Jan 2024 15:30:06 +0100

docs: describe undocumented key mappings

Diffstat:
Mdoc/vimwiki.txt | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -479,13 +479,13 @@ glp Decrease the "done" status. gll n Increase the level of a list item. Remap command: `<Plug>VimwikiIncreaseLvlSingleItem` gLl Increase the level of a list item and all child items. - Remap command: `<Plug>VimwikiIncreaseLvlWholeItem` + or gLL Remap command: `<Plug>VimwikiIncreaseLvlWholeItem` *vimwiki_glh* *vimwiki_gLh* glh n Decrease the level of a list item. Remap command: `<Plug>VimwikiDecreaseLvlSingleItem` gLh Decrease the level of a list item and all child items. - Remap command: `<Plug>VimwikiDecreaseLvlWholeItem` + or gLH Remap command: `<Plug>VimwikiDecreaseLvlWholeItem` *vimwiki_glr* *vimwiki_gLr* glr n Renumber list items if the cursor is on a numbered @@ -516,6 +516,13 @@ gl- n Make a list item out of a normal line or change the gL- Change the symbol of the current list to -. Remap command: `:VimwikiChangeSymbolInListTo -<CR>` + *vimwiki_gl+* *vimwiki_gL+* +gl+ n Make a list item out of a normal line or change the + symbol of the current item to +. + Remap command: `:VimwikiChangeSymbolTo +<CR>` +gL+ Change the symbol of the current list to +. + Remap command: `:VimwikiChangeSymbolInListTo +<CR>` + *vimwiki_gl1* *vimwiki_gL1* gl1 n Make a list item out of a normal line or change the symbol of the current item to 1., the numbering is