From 4698ba0a681891f6c09fbca9bc60823a2d58b184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 4 Oct 2012 00:51:26 +0200 Subject: Add ultisnips to vim. --- .vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 112de8c..812f414 100644 --- a/.vimrc +++ b/.vimrc @@ -96,16 +96,13 @@ nmap P ToggleProject " others map gt map gT -imap +"imap nmap :ls:buf nmap t :ToggleWord " Makes more sense and is similar to D map Y y$ -" emulate C-k as known from emacs/zsh/... -imap D - " ======================================================= " PLUGINS AND LANGUAGES " ======================================================= @@ -148,6 +145,9 @@ let g:tex_conceal = "" " use pipes instead of temp files let g:GPGUsePipes = 1 +" Ultisnips +let g:UltiSnipsEditSplit = "vertical" + " ======================================================= " FINAL " ======================================================= -- cgit v1.2.3