diff options
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ au FileType c,cpp,jam,h,slice map <C-F5> :wa<CR>:set makeprg=b2\ -qj3\ pch=off<C au FileType c,cpp,jam,h,slice map <S-F5> :wa<CR>:set makeprg=b2\ -qj3\ variant=release<CR>:mak<CR> au FileType c,cpp,jam,h,slice map <F6> :wa<CR>:set makeprg=b2\ -q<CR>:mak<CR> au FileType c,cpp,h map <S-F9> :call LoadCov()<CR><CR> +au FileType c,cpp,h map <S-F> :YcmCompleter FixIt<CR> +au FileType c,cpp,h map <C-]> :YcmCompleter GoToDefinition<CR> +au FileType c,cpp,h map <C-S-]> :YcmCompleter GoToDeclaration<CR> au FileType dot map <F5> :wa<CR>:set makeprg=dot\ %\ -Tpng\ -O<CR>:mak<CR><CR> au FileType cpp,h map <S-F12> :wa<CR>:set makeprg=doxygen<CR>:mak<CR><CR> au FileType ebuild map <F6> :w<CR>:!ebuild % manifest<CR> |