Vimscript: Run Command in Terminal
2 minute read.
A more recent vim feature is :term, the ability to have a terminal
inside vim. This super useful feature now allows you to switch between
your code and asynchroneously run compile commands very easily.
Since I use Visual C++ on Windows, I need to run vcvarsall.bat in
my console …