From 719d64a80199409a4ae1101ec90142de2d8956d9 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 13 Jul 2019 23:25:26 +0200 Subject: [PATCH] [ADD][VIM] UltiSnips configuration Added the insertion shortcut and place-holder list jumps. --- vim/.vimrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 3a7aa8e..dc23da7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -181,7 +181,13 @@ let g:gruvbox_contrast_dark = '(hard)' let g:gruvbox_italic=1 colorscheme gruvbox -" FIXME: missing UltiSnips configuration +" Insert mode trigger for expansion +let g:UltiSnipsExpandTrigger="" +" Jump forward and backwards in place-holder list with Ctrl-f and Ctrl-b +let g:UltiSnipsJumpBackwardTrigger="" +let g:UltiSnipsJumpForwardTrigger="" +" Split the windowd vertically when callin :UltiSnipsEdits +let g:UltiSnipsEditSplit="vertical" """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Mappings @@ -225,7 +231,6 @@ nmap ft :BTags " Tags in all project files nmap fT :Tags - """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Status line """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""