Remove documentation for using the same trigger for jump and expand.

This commit is contained in:
Holger Rapp 2015-04-29 07:14:07 +02:00
parent d6098193ef
commit ab1cc1afac

View File

@ -248,13 +248,6 @@ current expand context. Be advised, that some terminal emulators don't send
g:UltiSnipsJumpForwardTrigger <c-j>
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
interfere as little as possible with other mappings.