My Vim techniques series starting with this one. One step at a time.
:term is such a handy command to split a terminal window right inside vim for us. So we can source output from somewhere else, execute command to build source files, or do other bunch of things related to your main editing. I wish I knew this sooner.