vimwiki

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

commit 976cbbcd23dcd19ddb5dc5544645da8a51dbdfe6
parent 46653f48a924565d628b39bdd6a601ef3f0b5348
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Sat, 15 Jul 2017 20:27:32 +0200

Add notes for gln and glp to the doc

Ref #369

Diffstat:
Mdoc/vimwiki.txt | 15++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/doc/vimwiki.txt b/doc/vimwiki.txt @@ -351,6 +351,16 @@ gL<Space> Remove checkboxes from all sibling list items. :map <Leader><Space> <Plug>VimwikiRemoveSingleCB :map <Leader><Space> <Plug>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 <M-+> <Plug>VimwikiIncrementListItem + :vmap <M-+> <Plug>VimwikiIncrementListItem + :nmap <M--> <Plug>VimwikiDecrementListItem + :vmap <M--> <Plug>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