zyt-snippet icon indicating copy to clipboard operation
zyt-snippet copied to clipboard

Auto subcripts / dots not working 自动填充有问题

Open Zackhardtoname opened this issue 5 years ago • 2 comments

First of all I want to say thank you for creating these helpful snippets!

I followed the instructions here. When I type bmat(3) and tab. I do get a matrix and can fill the same string over all the cells. That's it. The subscripts would remain the same.

I also tried the \cdot feature. It does not work. In fact, it deletes the cell elements to the right and down.

Zackhardtoname avatar Sep 27 '20 09:09 Zackhardtoname

I have the same issue.

WetABQ avatar Mar 16 '21 06:03 WetABQ

Do you use YouCompleteMe? it have some strange conflict with Ultisnip. Can you update the plugin and retry it?

here is my configuration:

    let g:ycm_key_list_select_completion = ['<C-n>', '<Down>']
    let g:ycm_key_list_previous_completion = ['<C-p>', '<Up>']
    let g:SuperTabDefaultCompletionType = '<C-n>'
    let g:UltiSnipsExpandTrigger="<tab>"
    let g:UltiSnipsJumpForwardTrigger="<c-l>"
    let g:UltiSnipsJumpBackwardTrigger="<c-h>"

sillybun avatar May 07 '21 01:05 sillybun