vim-snipmate

ViM provides a list of alternative snippets, but I'm not able to select any of them

╄→尐↘猪︶ㄣ 提交于 2020-01-25 07:41:26
问题 I can navigate up and down in the list, but if I press Enter when one of them is selected, it just inserts that value, e.g. html5 and exists from the dropdown. How can I select one and have the snippet triggered? This is my snippet config: Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' I'm also using Valloric/YouCompleteMe . No special config for that plugin, though. 回答1: Try :help ultisnips g:UltiSnipsExpandTrigger <tab> g:UltiSnipsListSnippets <c-tab> g:UltiSnipsJumpForwardTrigger <c