比如我编辑html, 一个快捷键,列出所有html相关的snipmate出来。
原因是:里面的snipmate定义的内容太多了,不记得了,所以有个快捷键出来提示一下。
原因是:里面的snipmate定义的内容太多了,不记得了,所以有个快捷键出来提示一下。
1
codepiano Jun 10, 2013
下面是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> |