All the opinions (text and images) expressed in this website are mine. They do not represent the opinion of any living/non-living individual/groups/institutions, I am associated with.
The comments belong to the ip-address they generate from.
Albeo theme by Design Disease
3 should-use vim plugins
Posted by: arun on: September 10, 2008
The first two are very useful, if you kill bugs for a living (read debugging freak).
NERDCommenter
‘NERDs use real editors (VIM Flame flame…) and Comment their code’. This plugin helps comment code in almost all languages you program in. The way: select ‘n’ lines in visual mode(or punch in a number in normal mode), use ‘,cc’ [...]