diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-06-05 23:49:50 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2017-06-05 23:49:50 +0100 |
commit | 6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e (patch) | |
tree | 863836c5eb9c2b8197b0172da298db0435b84e99 /gvimrc | |
parent | Another python 3 bytes/string fix (diff) | |
download | util-6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e.tar.bz2 util-6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e.tar.xz util-6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e.zip |
Change doxygen binding to not conflict with yakuake
Diffstat (limited to 'gvimrc')
-rw-r--r-- | gvimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ au FileType c,cpp,jam,h,slice map <S-F5> :wa<CR>:set makeprg=b2\ -qj3\ variant=r 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 dot map <F5> :wa<CR>:set makeprg=dot\ %\ -Tpng\ -O<CR>:mak<CR><CR> -au FileType cpp,h map <F12> :wa<CR>:set makeprg=doxygen<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> au FileType ebuild map <F7> :w<CR>:!ebuild % clean<CR> au FileType ebuild map <F8> :w<CR>:!ebuild % compile<CR> |