Add default keybinding glx for toggling disabled
This commit is contained in:
@ -455,6 +455,13 @@ gLI Change the symbol of the current list to
|
||||
To remap: >
|
||||
noremap glo :VimwikiChangeSymbolTo I)<CR>
|
||||
noremap glO :VimwikiChangeSymbolInListTo I)<CR>
|
||||
<
|
||||
*vimwiki_glx*
|
||||
glx Toggle checkbox of a list item disabled/off.
|
||||
Maps to |:VimwikiToggleListItemRejected|.
|
||||
See |vimwiki-todo-lists|.
|
||||
To remap: >
|
||||
:map <Leader>tx <Plug>VimwikiToggleListItemRejected
|
||||
<
|
||||
*vimwiki_gqq* *vimwiki_gww*
|
||||
gqq Format table. If you made some changes to a table
|
||||
@ -1626,7 +1633,7 @@ gL<Space> (see |vimwiki_gL<Space>|) to remove all checkboxes of the list the
|
||||
cursor is in.
|
||||
|
||||
You can mark an item as rejected ("won't do") with
|
||||
|:VimwikiToggleListItemRejected.| It will not influence the status of it's
|
||||
|vimwiki_glx|. A rejected item will not influence the status of it's
|
||||
parents.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user