VIM - nice list of important features
Posted: Mon Apr 16, 2007 1:45 pm
Vim's a monster - and I can hardly manage to keep all those handy shortcuts in my mind, although I really use it quite often.
Today I ran over this nice little table that helps my short-memory brain a bit:
http://www.pixelbeat.org/vim.tips.html
In case things get lost, I guess I should make a copy - but as usual, I'm short on time, so that's left for another day.
-------------------
My favorite VIM shortcut of the day:
Running that on an ugly formatted XML makes it nice and beautifully indented.
This makes me so happy... I have to cry.
Today I ran over this nice little table that helps my short-memory brain a bit:
http://www.pixelbeat.org/vim.tips.html
In case things get lost, I guess I should make a copy - but as usual, I'm short on time, so that's left for another day.
-------------------
My favorite VIM shortcut of the day:
Code: Select all
gg=G
