aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/ultisnips.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/ultisnips.vim')
-rw-r--r--.vim/plugin/ultisnips.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vim/plugin/ultisnips.vim b/.vim/plugin/ultisnips.vim
new file mode 100644
index 0000000..579cd03
--- /dev/null
+++ b/.vim/plugin/ultisnips.vim
@@ -0,0 +1,3 @@
+let g:UltiSnipsExpandTrigger='<c-j>'
+let g:UltiSnipsJumpForwardTrigger='<c-j>'
+let g:UltiSnipsJumpBackwardTrigger='<c-k>'