summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gvimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gvimrc b/gvimrc
index 8cc6e8e..c7aa94b 100644
--- a/gvimrc
+++ b/gvimrc
@@ -41,9 +41,11 @@ 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>
au FileType ebuild map <F9> :w<CR>:!ebuild % install<CR>
+au FileType ebuild map <F9> :w<CR>:!ebuild % test<CR>
au FileType ebuild map <S-F7> :w<CR>:!ebuild % manifest clean<CR>
au FileType ebuild map <S-F8> :w<CR>:!ebuild % manifest clean compile<CR>
au FileType ebuild map <S-F9> :w<CR>:!ebuild % manifest clean compile install<CR>
+au FileType ebuild map <S-F9> :w<CR>:!ebuild % manifest clean compile test<CR>
au FileType ebuild map <C-S-F10> :w<CR>:!sudo ebuild % merge<CR>
map <F7> :lnext<CR>
map <S-F7> :lprev<CR>