I recently tried to seriously use Emacs over my usual Vim. Mainly because I've got so used to the GNU readline emacs shortcuts in the terminal and quite like the idea of not having to switch between command and insert mode, but damn after looking into some configuration options it really is a massively complicated piece of software, I mean not to start using it, it's probably easier than Vim but just looking at all t…
> I've got so used to the GNU readline emacs shortcuts in the terminal If you happen to be using bash, "set -o vi" was a godsend for me.
bind 'set show-mode-in-prompt on'