Good bye Eclipse, say hello to Vim
29 March 2011 at 4:26 PM | Posted in Programming | 2 CommentsTags: IDEs, PHP, Programing, Python
Keeping on my hard search for a professional an lightweight IDE for my Linux box i have finally decided for VIM(VI Improved). It have 34 years of continuous development and is powerfull and stable. I haved used Eclipse for years but i never have been so happy with it due to its great memory consuming and my computer is a Pentium M with only 512 MB of RAM. I have found VIM some time ago on the internet but i thinked it is very hard, thats an erroneus idea, some time ago i decided switch and everything goes nice. I think i have lot of triks to learn still but now i see it better than Eclipse(In my opinion) due to its powerfull customization features and shocuts that prevent from loosin time giving click to do most operations. For now im using VIM for web and Open ERP development. It use is better and better while more you learn.
Vim basically works on 2 modes that can be switched by ESC key(That is my config mapping). The Insert mode is for editing text and the command mode for making operation on text by shorcuts or commands. I think is better work on basic mode to learn it and add more features as you learn. My current configuration includes:
- File explorer
- HTML editing features with ZEN Coding plugin
- PHP debugging with Xdebug
- Code completion
- PHPDoc Support
- VCS Support(Mercurial and BZR)
Reggards to all visitors and any question please contact me on comments and i will respond soon. On future post i will write about features and tricks im going discovering on VIM.Vim is very documented online and on editor help itself. Here you can check a few links:
Download VIM
Check Online Docs
2 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a Reply
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.



I’m just starting to use vim on windows and on my Archbang Linux myself.From the screen shot I’ve noticed you are running Redhat with Gnome on 512 ram machine.Have you considered a Lightweight desktop environment like openbox or fluxbox or Xfce? When I was using Linux on my old pc that was P4 1,7 GHz with 512 ram I was using a Debian base distro called Sidux that was using Xfce it only used 64mb of ram for the base system instead of 230mb running gnome ! I was surprised how light that distro was.I’m not saying that switching from eclipse to vim is bad, just saying that you can free some of that ram by running another distro and environment.
Comment by n00b_c0d3r— 15 April 2011 #
Hi, i just using lxde with openbox. Its very fast. Thnks for comment.
Comment by codeadict— 16 April 2011 #