Fix #362 documentation
This commit is contained in:
parent
c179a51f02
commit
e2d91cba20
@ -274,32 +274,32 @@ b:neosnippet_disable_snippet_triggers
|
||||
------------------------------------------------------------------------------
|
||||
KEY MAPPINGS *neosnippet-key-mappings*
|
||||
|
||||
*<Plug>(neosnippet_expand_or_jump)*
|
||||
<Plug>(neosnippet_expand_or_jump)
|
||||
*i_<Plug>(neosnippet_expand_or_jump)*
|
||||
i_<Plug>(neosnippet_expand_or_jump)
|
||||
*s_<Plug>(neosnippet_expand_or_jump)*
|
||||
s_<Plug>(neosnippet_expand_or_jump)
|
||||
Expand a snippet in the current cursor position. If there is
|
||||
no snippet available it jumps to the next placeholder of the
|
||||
buffer.
|
||||
|
||||
*<Plug>(neosnippet_jump_or_expand)*
|
||||
<Plug>(neosnippet_jump_or_expand)
|
||||
*i_<Plug>(neosnippet_jump_or_expand)*
|
||||
i_<Plug>(neosnippet_jump_or_expand)
|
||||
*s_<Plug>(neosnippet_jump_or_expand)*
|
||||
s_<Plug>(neosnippet_jump_or_expand)
|
||||
Jump to the next available placeholder in the buffer. If there
|
||||
is no placeholder it expands a snippet in the current cursor
|
||||
position.
|
||||
|
||||
*<Plug>(neosnippet_expand)*
|
||||
<Plug>(neosnippet_expand)
|
||||
*i_<Plug>(neosnippet_expand)*
|
||||
i_<Plug>(neosnippet_expand)
|
||||
*s_<Plug>(neosnippet_expand)*
|
||||
s_<Plug>(neosnippet_expand)
|
||||
Expand a snippet in current cursor position. It only takes
|
||||
effect if there is a snippet text to expand or if you have
|
||||
chosen a snippet from popup menu.
|
||||
|
||||
*<Plug>(neosnippet_jump)*
|
||||
<Plug>(neosnippet_jump)
|
||||
*i_<Plug>(neosnippet_jump)*
|
||||
i_<Plug>(neosnippet_jump)
|
||||
*s_<Plug>(neosnippet_jump)*
|
||||
s_<Plug>(neosnippet_jump)
|
||||
Jump to the next placeholder key. It does not expand any
|
||||
|
Loading…
Reference in New Issue
Block a user