Skip to content

Commit

Permalink
docs: describe undocumented key mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
qadzek authored and brennen committed Jan 25, 2024
1 parent d0e6d5e commit 2d17e61
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions doc/vimwiki.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d17e61

Please sign in to comment.