I have the following configuration in my .vimrc file:
let g:UltiSnipsExpandTrigger="<C-k>"
let g:UltiSnipsJumpForwardTrigger="<Down>"
let g:UltiSnipsJumpBackwardTrigger="<Up>"
However for some reason it doesn't expand the snippets.
Does anybody know what seems to be the problem?