installing ultisnip with vim-snippets

2.5k Views Asked by At

I tried to install ultisnip on vim with vundle , following exactly this code:

" Snippets are separated from the engine. Add this if you want them: 
Bundle 'honza/vim-snippets'

" Trigger configuration. Do not use <tab> if you use
https://github.com/Valloric/YouCompleteMe.
let g:UltiSnipsExpandTrigger="<c-j>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"

" If you want :UltiSnipsEdit to split your window.
let g:UltiSnipsEditSplit="vertical"

and then on vim :PluginInstall.

The installation went ok, however when i press ctrl+j no snippet is shown, no list is shown. I don't know hot wo configure vim-snippets to comunicate with ultisnips

1

There are 1 best solutions below

8
On BEST ANSWER

c-j is a very common mapping and could be used by other plugin / or tmux, Try to change the mapping to c-e