summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-06-05 23:49:50 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2017-06-05 23:49:50 +0100
commit6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e (patch)
tree863836c5eb9c2b8197b0172da298db0435b84e99
parentAnother python 3 bytes/string fix (diff)
downloadutil-6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e.tar.bz2
util-6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e.tar.xz
util-6b8d0ddc5fa6da01b8be583b6587b85ac7ed177e.zip
Change doxygen binding to not conflict with yakuake
-rw-r--r--gvimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvimrc b/gvimrc
index 82fcea1..709ac65 100644
--- a/gvimrc
+++ b/gvimrc
@@ -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>