From 3b2c2cf66ef2e2e3076d1ccb73f5c63382c01ac0 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 29 Oct 2014 12:56:26 +0000 Subject: new commit --- .vimrc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.vimrc') diff --git a/.vimrc b/.vimrc index 9bcfd7a..7762b86 100644 --- a/.vimrc +++ b/.vimrc @@ -30,6 +30,7 @@ let g:UltiSnipsJumpForwardTrigger="" let g:UltiSnipsJumpBackwardTrigger="" let g:UltiSnipsEditSplit="horizontal" let g:UltiSnipsSnippetsDir="~/.vim/UltiSnips" +let g:ctrlp_open_new_file = 't' noremap :UltiSnipsEdit " Latex-Box @@ -144,7 +145,7 @@ nnoremap h :set hlsearch! nnoremap n :set relativenumber! nnoremap q :q! nnoremap sv :source ~/.vimrc -nnoremap sc ;source % +nnoremap sc :source % nnoremap w :w nnoremap te :tabedit nnoremap tn :tabnew @@ -175,6 +176,13 @@ vnoremap gj j vnoremap gk k vnoremap g$ $ vnoremap g^ ^ + +" Convenient maps +" nnoremap e j +" nnoremap u k +" nnoremap j e +" nnoremap k u + "" Latex nmap LatexChangeEnv let g:tex_fast="" @@ -193,7 +201,7 @@ autocmd Filetype tex call SetTexOptions() hi Cursor guifg=white guibg=blue hi iCursor guifg=black guibg=green hi! link conceal normal -hi! link folded normal +hi! link folded comment "" Functions function! Tex_ForwardSearchLaTeX() -- cgit v1.2.3