diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt index 733e428..bc8db38 100644 --- a/doc/vimwiki.txt +++ b/doc/vimwiki.txt @@ -351,6 +351,16 @@ gL Remove checkboxes from all sibling list items. :map VimwikiRemoveSingleCB :map VimwikiRemoveCBInList < + *vimwiki_gln* *vimwiki_glp* +gln Increase the "done" status of a list checkbox, i.e. + from [ ] to [.] to [o] etc. See |vimwiki-todo-lists|. +glp Decrease the "done" status. + To remap: > + :nmap VimwikiIncrementListItem + :vmap VimwikiIncrementListItem + :nmap VimwikiDecrementListItem + :vmap VimwikiDecrementListItem + *vimwiki_gll* *vimwiki_gLl* gll Increase the level of a list item. gLl Increase the level of a list item and all child items. @@ -1546,7 +1556,7 @@ See |vimwiki_glstar|, |vimwiki_gl#| |vimwiki_gl-|, |vimwiki_gl-|, |vimwiki_gl1|, |vimwiki_gla|, |vimwiki_glA|, |vimwiki_gli|, |vimwiki_glI| -Use glr and gLr, if the numbers of a numbered list are mixed up. See +Use glr and gLr if the numbers of a numbered list are mixed up. See |vimwiki_glr| and |vimwiki_gLr|. @@ -1599,6 +1609,9 @@ child items (see also |g:vimwiki_listsyms|): > [O] -- 67-99% [X] -- 100% +You can use |vimwiki_gln| and |vimwiki_glp| to change the "done" status of a +checkbox without a childitem. + It is possible to toggle several list items using visual mode. But note that instead of toggling every item individually, all items get checked if the first item is unchecked and all items get unchecked if the first item is