Kirubakaran Athmanathan
Good Programming Resources
Oct 30, 2005
OneSmartClick Quick reference cards Interview questions
JEdit My most favorite code editor
OneSmartClick Quick reference cards Interview questions
JEdit My most favorite code editor
Vim tip I was about to post in my blog:
dw will delete a word when you are the start.
db will delete the word when you are the end.
daw will delete the word when you are in the middle of the word. Remmeber aw as "A Word".
dis deletes an inbetween sentence.
learnt from :help user-manual. Still going.