Vim, lately?
Monday, June 5th, 2006As I write this, Vim 7 is making waves as the next great thing in Open Source software; although it’s not yet available in most package management systems. Fortunately, Vim is easy to compile from source. I used the following to compile the source on my Ubuntu laptop:
sudo apt-get build-dep vim-gtk
sudo aptitude install […]