From 67543952607f892032db9eeb99d241c77aaa35ca Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 29 May 2017 14:43:55 +0100 Subject: Add keympas for ebuilds --- gvimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gvimrc b/gvimrc index ba46ffb..6d6d42e 100644 --- a/gvimrc +++ b/gvimrc @@ -37,6 +37,14 @@ au FileType c,cpp,jam,h,slice map :wa:set makeprg=b2\ -q:mak au FileType c,cpp,h map :call LoadCov() au FileType dot map :wa:set makeprg=dot\ %\ -Tpng\ -O:mak au FileType cpp,h map :wa:set makeprg=doxygen:mak +au FileType ebuild map :w:!ebuild % manifest +au FileType ebuild map :w:!ebuild % clean +au FileType ebuild map :w:!ebuild % compile +au FileType ebuild map :w:!ebuild % install +au FileType ebuild map :w:!ebuild % manifest clean +au FileType ebuild map :w:!ebuild % manifest clean compile +au FileType ebuild map :w:!ebuild % manifest clean compile install +au FileType ebuild map :w:!sudo ebuild % merge map :lnext map :lprev map :cn -- cgit v1.2.3