Remove documentation for using the same trigger for jump and expand.
This commit is contained in:
parent
d6098193ef
commit
ab1cc1afac
@ -248,13 +248,6 @@ current expand context. Be advised, that some terminal emulators don't send
|
|||||||
g:UltiSnipsJumpForwardTrigger <c-j>
|
g:UltiSnipsJumpForwardTrigger <c-j>
|
||||||
g:UltiSnipsJumpBackwardTrigger <c-k>
|
g:UltiSnipsJumpBackwardTrigger <c-k>
|
||||||
|
|
||||||
The g:UltiSnipsExpandTrigger and g:UltiSnipsJumpForwardTrigger can be set to
|
|
||||||
the same value. To simulate TextMate behavior, add the following lines to your
|
|
||||||
vimrc file. >
|
|
||||||
let g:UltiSnipsExpandTrigger="<tab>"
|
|
||||||
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
|
||||||
let g:UltiSnipsJumpBackwardTrigger="<s-tab>"
|
|
||||||
|
|
||||||
UltiSnips will only map the jump triggers while a snippet is active to
|
UltiSnips will only map the jump triggers while a snippet is active to
|
||||||
interfere as little as possible with other mappings.
|
interfere as little as possible with other mappings.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user