docs: describe undocumented key mappings
This commit is contained in:
+9
-2
@@ -479,13 +479,13 @@ glp Decrease the "done" status.
|
|||||||
gll n Increase the level of a list item.
|
gll n Increase the level of a list item.
|
||||||
Remap command: `<Plug>VimwikiIncreaseLvlSingleItem`
|
Remap command: `<Plug>VimwikiIncreaseLvlSingleItem`
|
||||||
gLl Increase the level of a list item and all child items.
|
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*
|
*vimwiki_glh* *vimwiki_gLh*
|
||||||
glh n Decrease the level of a list item.
|
glh n Decrease the level of a list item.
|
||||||
Remap command: `<Plug>VimwikiDecreaseLvlSingleItem`
|
Remap command: `<Plug>VimwikiDecreaseLvlSingleItem`
|
||||||
gLh Decrease the level of a list item and all child items.
|
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*
|
*vimwiki_glr* *vimwiki_gLr*
|
||||||
glr n Renumber list items if the cursor is on a numbered
|
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 -.
|
gL- Change the symbol of the current list to -.
|
||||||
Remap command: `:VimwikiChangeSymbolInListTo -<CR>`
|
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*
|
*vimwiki_gl1* *vimwiki_gL1*
|
||||||
gl1 n Make a list item out of a normal line or change the
|
gl1 n Make a list item out of a normal line or change the
|
||||||
symbol of the current item to 1., the numbering is
|
symbol of the current item to 1., the numbering is
|
||||||
|
|||||||
Reference in New Issue
Block a user