I like Emacs but I hate the default shortcuts. I'm trying to make them more like Sublime Text, Atom, ...
Most shortcuts I can change without a problem, but ESC
seems to be more difficult. I don't wont to press ESC
3 times or C-g
to exit something.
Can I remove ESC
as a prefix key?
I tried this, but that doesn't work:
(global-set-key (kbd "ESC") 'keyboard-escape-quit)
It seems to break other shortcuts.
I use Emacs on Ubuntu 16, but I connect from Windows with putty. (I got all the function keys working under putty)