I am a quite happy user of Eclipse (I mostly develop in PHP and Python), however I found the answers to \"What specific productivity gains does Vim/Emacs provide over GUI text e
The way I learned emacs was mostly by doing both of the following:
As for vi
, I learned it in the days before vim
, so I pretty much had to use man vi
to figure it out. Most of us emacs users will tell you that all the vi you need to know is :q!
("quit, and I really mean it"). :-)
But in truth if you are a Unix user you need to learn at least enough vi to do simple edits to config files and save them. You never know exactly what (if anything) you will get when you try to start emacs on a strange system Unix system, but vi is always there.