Add some list bindings.
This commit is contained in:
parent
2e3883c851
commit
a36bbbb54a
@ -280,13 +280,6 @@ NORMAL MODE *vimwiki-local-mappings*
|
|||||||
To remap: >
|
To remap: >
|
||||||
:nmap <Leader>rr <Plug>VimwikiRenameLink
|
:nmap <Leader>rr <Plug>VimwikiRenameLink
|
||||||
<
|
<
|
||||||
*vimwiki_<C-Space>*
|
|
||||||
<C-Space> Toggle list item on/off (checked/unchecked)
|
|
||||||
Maps to |:VimwikiToggleListItem|.
|
|
||||||
To remap: >
|
|
||||||
:nmap <leader>tt <Plug>VimwikiToggleListItem
|
|
||||||
< See |vimwiki-todo-lists|.
|
|
||||||
|
|
||||||
*vimwiki_=*
|
*vimwiki_=*
|
||||||
= Add header level. Create if needed.
|
= Add header level. Create if needed.
|
||||||
There is nothing to indent with '==' command in
|
There is nothing to indent with '==' command in
|
||||||
@ -308,18 +301,34 @@ NORMAL MODE *vimwiki-local-mappings*
|
|||||||
the cursor over a word or link, or in visual mode with
|
the cursor over a word or link, or in visual mode with
|
||||||
the selected text .
|
the selected text .
|
||||||
|
|
||||||
|
*vimwiki_<C-Space>*
|
||||||
|
<C-Space> Toggle list item on/off (checked/unchecked)
|
||||||
|
Maps to |:VimwikiToggleListItem|.
|
||||||
|
To remap: >
|
||||||
|
:nmap <leader>tt <Plug>VimwikiToggleListItem
|
||||||
|
< See |vimwiki-todo-lists|.
|
||||||
|
|
||||||
|
*vimwiki_gl<Space>*
|
||||||
|
gl<Space> Remove checkbox from list item.
|
||||||
|
|
||||||
|
*vimwiki_gL<Space>*
|
||||||
|
gL<Space> Remove checkboxes from all sibling list items.
|
||||||
|
|
||||||
*vimwiki_gll*
|
*vimwiki_gll*
|
||||||
gll Increase the indent of a single-line list item.
|
gll Increase the indent of a single-line list item.
|
||||||
|
|
||||||
*vimwiki_glh*
|
*vimwiki_glh*
|
||||||
glh Decrease the indent of a single-line list item.
|
glh Decrease the indent of a single-line list item.
|
||||||
|
|
||||||
*vimwiki_glstar* *vimwiki_gl8*
|
*vimwiki_glr*
|
||||||
gl* or gl8 Switch or insert a "*" symbol. Only available in
|
glr Renumber list items.
|
||||||
|
|
||||||
|
*vimwiki_glstar*
|
||||||
|
gl* Switch or insert a "*" symbol. Only available in
|
||||||
supported syntaxes.
|
supported syntaxes.
|
||||||
|
|
||||||
*vimwiki_gl#* *vimwiki_gl3*
|
*vimwiki_gl#*
|
||||||
gl# or gl3 Switch or insert a "#" symbol. Only available in
|
gl# Switch or insert a "#" symbol. Only available in
|
||||||
supported syntaxes.
|
supported syntaxes.
|
||||||
|
|
||||||
*vimwiki_gl-*
|
*vimwiki_gl-*
|
||||||
@ -327,7 +336,7 @@ gl- Switch or insert a "-" symbol. Only available in
|
|||||||
supported syntaxes.
|
supported syntaxes.
|
||||||
|
|
||||||
*vimwiki_gl1*
|
*vimwiki_gl1*
|
||||||
gl1 Switch or insert a "1." symbol. Only available in
|
gl1. Switch or insert a "1." symbol. Only available in
|
||||||
supported syntaxes.
|
supported syntaxes.
|
||||||
|
|
||||||
*vimwiki_gqq* *vimwiki_gww*
|
*vimwiki_gqq* *vimwiki_gww*
|
||||||
|
Loading…
Reference in New Issue
Block a user