Plugin 'ram-z/vimwiki'
Plugin 'rdnetto/ycm-generator'
Plugin 'scrooloose/syntastic'
+Plugin 'sgeb/vim-diff-fold'
Plugin 'shougo/unite.vim'
Plugin 'shougo/vimproc.vim'
Plugin 'sjl/gundo.vim'
Plugin 'vim-latex/vim-latex'
Plugin 'alx741/vinfo'
Plugin 'derekwyatt/vim-protodef'
-Plugin 'sgeb/vim-diff-fold'
" needs editing colorscheme
" Plugin 'jeaye/color_coded'
" Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
vnoremap <leader><Space> zf
" save with sudo
-cabbrev w!! w !sudo tee % > /dev/null
+cabbrev w!! SudoWrite
" uppercase previous word
inoremap <C-C> <Esc>gUiwgi