I have bundles ultisnips and youcompleteme installed on my macvim. The problem is that ultisnips doesn\'t work because tab is bound by ycm. I tried putting let g:UltiS
let g:UltiS
As mentioned by others, mapping C-j to ultisnips works great. let g:UltiSnipsExpandTrigger=""
let g:UltiSnipsExpandTrigger=""
Now, if you go a bit further and install xcape and use xcape -e "Shift_L=Control_R|J"
xcape -e "Shift_L=Control_R|J"
You unleash the power of using just the shift key for utlitsnips.