summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc8
1 files changed, 4 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index 112de8c..812f414 100644
--- a/.vimrc
+++ b/.vimrc
@@ -96,16 +96,13 @@ nmap <silent> <Leader>P <Plug>ToggleProject
" others
map <C-Tab> gt
map <C-S-Tab> gT
-imap <S-Tab> <C-X><C-O>
+"imap <S-Tab> <C-X><C-O>
nmap <silent> <F4> :ls<CR>:buf
nmap <Leader>t :ToggleWord<CR>
" Makes more sense and is similar to D
map Y y$
-" emulate C-k as known from emacs/zsh/...
-imap <C-k> <C-o>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
" =======================================================