Install vim on an Ubuntu server and desktop
I’ve grown quite fond of vim over the past couple of weeks. After learning and re-learning the shortcut keys, I think that I’m finally on my way to knowing what the hell I am doing!
Anyway, after working on it – I’ve found gVim to be great.
To install, just run:
sudo apt-get install vim-full
This includes syntax highlighting [...]