Vim Ultisnips - How do I move to the next placeholder or tabstop?

后端 未结 2 388
灰色年华
灰色年华 2021-02-04 02:04

I just installed a brand new copy of Macvim and UltiSnips, but I can\'t figure out how to move to the next completions using tabstops and placeholders.

When I press tab,

2条回答
  •  误落风尘
    2021-02-04 02:19

    I have the following in my vimrc:

    " Set ultisnips triggers
    let g:UltiSnipsExpandTrigger=""                                            
    let g:UltiSnipsJumpForwardTrigger=""                                       
    let g:UltiSnipsJumpBackwardTrigger=""                                    
    

提交回复
热议问题