]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vimrc: add shortcuts for vimrc + autosource on save
[dotfiles.git] / vim / vimrc
index 87289360e26d5fe38f11bbad1dcffb7ba27635c1..bebb15ab362519c47ad1a7843abcc01a17912a2e 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -305,7 +305,7 @@ let g:tagbar_width = 25
 let g:tagbar_iconchars = ['+', '-']
 
 " YouCompleteMe {{{2
 let g:tagbar_iconchars = ['+', '-']
 
 " YouCompleteMe {{{2
-let g:ycm_extra_conf_globlist = ['/mnt/data/src/*']
+let g:ycm_extra_conf_globlist = ['~/src/*']
 
 " vim-json {{{2
 let g:vim_json_syntax_conceal = 0
 
 " vim-json {{{2
 let g:vim_json_syntax_conceal = 0
@@ -315,6 +315,10 @@ let g:tex_flavor='latex'
 let g:Tex_DefaultTargetFormat='pdf'
 
 " functions {{{1
 let g:Tex_DefaultTargetFormat='pdf'
 
 " functions {{{1
+" auto source vimrc when saved
+autocmd bufwritepost vimrc source $MYVIMRC
+nmap <leader>v :tabedit $MYVIMRC<CR>
+
 " Convenient command to see the difference between the current buffer and the
 " file it was loaded from, thus the changes you made.
 " Only define it when not defined already.
 " Convenient command to see the difference between the current buffer and the
 " file it was loaded from, thus the changes you made.
 " Only define it when not defined already.