1
codepiano 2013-06-10 20:20:26 +08:00
下面是utlisnips的文档,<c-tab>是你想要的效果吗?
3.2 Triggers *UltiSnips-triggers* ------------ You can define the keys used to trigger UltiSnips actions by setting global variables. Variables define the keys used to expand a snippet, jump forward and jump backwards within a snippet, and list all available snippets in the current expand context. The variables with their default values are: > g:UltiSnipsExpandTrigger <tab> g:UltiSnipsListSnippets <c-tab> g:UltiSnipsJumpForwardTrigger <c-j> g:UltiSnipsJumpBackwardTrigger <c-k> |