Programming

Vim essentials: NERD tree

So you started using Vim and were a bit disappointed with the lack of a proper tree-style directory explorer? Meet NERD tree (also on GitHub). With NERD tree you can navigate through your folders and files. You can choose to always display the sidebar (put let NERDTreeShowBookmarks=1 in your .gvimrc) or use its toggle function NERDTreeToggle, which I’ve …

Vim essentials: NERD tree Read More »

htbaapub.zmq 0.02 released – ZeroMQ for BlitzMax

This is just a short announcement on my Blog to let people know I’ve been busy wrapping ZeroMQ (or ZMQ) for BlitzMax. The result of this a new module called htbaapub.zmq. It’s available from the Maximus website, meaning you can install it using Maximus. If you rather fetch the Git repository that’s possible as well. …

htbaapub.zmq 0.02 released – ZeroMQ for BlitzMax Read More »

Scroll to Top