Christiaan Kras

Vim essentials: Ack

Ack is a tool for searching your (code)files, much like grep already does, but better. Ack is written in Perl and works on all major platforms, including Windows. To use Ack with Vim there’s this nice plugin called ack.vim. Install it together with App::Ack and you’re set to go. With a single command (:Ack [options]

Vim essentials: Ack Read More »

Vim essentials: NERD Commenter

Another great Vim plugin I use is NERD Commenter. Using this plugin makes it easy to comment out lines of code with just a few keystrokes. By pressing <leader>cc or <leader>c<space> you can comment out your selection using a single comment character per line. With <leader>cm you can comment your selection with one set of multipart delimiters, though

Vim essentials: NERD Commenter Read More »

Any interest in a module manager for Monkey?

Having done a module manager for BlitzMax called Maximus I’ve received one question several times: will you also make a module manager for Monkey? My answer at the time was ‘no’. Simply because I didn’t use Monkey nor was I planning to. To be honest, I’m still not planning on using Monkey myself. But there

Any interest in a module manager for Monkey? Read More »

Purple/pink screen with HDMI-out on ASUS1215B with AMD E-350 APU

Yesterday I decided to hook up my ASUS 1215B Eee PC to my LED TV through HDMI to watch some videos. I’ve used my netbook a lot for this task and thus far without any issues (aside from not being able to play 1080p video properly, even though the AMD E-350 APU shouldn’t have too much trouble with

Purple/pink screen with HDMI-out on ASUS1215B with AMD E-350 APU Read More »

Scroll to Top