I've been using emacs for few weeks and it's been great so far - coming from vim
was easier than I expected (actually - emacs' keyboard shortcuts feel more... natural).
I have added few customizations like moving between buffers using M-Left/Right/Up/Down
because C-x o
felt a little bit too slow when I had four files opened at once.
So far - so good :-)
One thing bugs me though:
C-x 3
and C-x 2
M-x term ENT
Usual shortcuts obviously don't work - terminal is intercepting every emacs command, and I have to click on different buffer to activate it.
In term-mode, any regular C-x whatever
keybinding becomes C-c whatever
instead.