Estimated read time: 1 minutes
just a 2 cheap trick with vim for other C monkeys:
:map(probably these explain themselves):set makeprg=make :w :make :map :set makeprg=make\ test :w :make
the other nice feature: move to a funcion and press K: that will show the manpage of the function