1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 03:21:30 +01:00

vim: update ultisnips config

This commit is contained in:
bretello 2021-12-13 00:52:05 +01:00
parent 41816d6821
commit 7e00071eda
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -187,10 +187,9 @@ let NERDTreeIgnore=['__pycache__']
" ultisnips
let g:UltiSnipsExpandTrigger="<tab>"
let g:UltiSnipsJumpForwardTrigger="<c-b>"
let g:UltiSnipsJumpBackwardTrigger="<c-z>"
let g:UltiSnipsEditSplit="vertical"
let g:UltiSnipsJumpForwardTrigger="<c-j>"
let g:UltiSnipsJumpBackwardTrigger="<c-k>"
let g:UltiSnipsEditSplit="context"
"" Fzf
let g:fzf_layout = { 'down': '~40%' }"