|
|
|
|
|
by sokoloff
3220 days ago
|
|
Assuming Spacemacs is like regular emacs, Ctrl-g [(keyboard-quit)] is the moral equivalent to esc in vim. Mash away. If you want esc to work that way, put in your .emacs (but I really discourage it): (define-key key-translation-map (kbd "ESC") (kbd "C-g"))
|
|