Feb 19, 2009
Bash command line editing using vim
I was thinking that it’d be really cool if there is a way to edit my bash shell commands using vim. So, one of my friends told me about a pretty cool command called fc. It is basically a way to fix your last run command in a text editor like vim. All you have to do is to type fc in the command line. Then, you can use vim to type whatever command you want. After a little bit more of research, I... read more
Nov 26, 2008
Eclim is Eclipse for Vim Lovers
Eclipse is a powerful open source IDE. It is designed in a very extensible fashion that makes it attractive for software engineers to experiment with it. A few months ago, I started writing a number of Eclipse plugins. When I used Eclipse as my IDE, I liked a number of cool features such as automatic management of the package imports, some code refactoring snippets, automatic compilation, smart auto... read more
