Showing only posts tagged ide. Show all posts.

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 …

Some updates on Zombiehunt

I imported Zombiehunt to an Eclipse IDE project, which made things sooo much easier.

Up till then, I had been using MinGW make/g++ command line and notepad.exe as an editor. Just so you realize that this is a major upgrade :P

Since my project is more than four …