|
|
|
|
|
by dmortin
4570 days ago
|
|
"I had to spend around two full years memorizing key chords" Yet another user who thinks emacs is about the key cords. It's not, it's about extensibility. I changed most of the default key bindings, because they were inconvenient. Remember: Emacs should adapt to you, not the other way around. That's what Emacs is about. Some people even use VIM bindings in Emacs: http://www.youtube.com/watch?v=Uz_0i27wYbg |
|
The very first thing I did after switching to Emacs was to rebind most frequently used keys to something sane. The next thing was to make the functions themselves sane - IIRC the first command I wrote was "comment-or-uncomment-region-or-line".
My emacs config is about 4k lines of my own code at this point, very little of which implements anything by itself. It's full of customize-options, hooks and defadvices, eval-when-loads and similar things, which make Emacs into my editor. If I had to learn some defaults I couldn't change I would just use some IDE or another editor.