X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/cf7fb3e1358138b58d340275498086cdeba9a333..a1b01eb3d3e7cfe59bfd6b1e35d5485a97d39359:/dot/emacs diff --git a/dot/emacs b/dot/emacs index f409792..6b15066 100644 --- a/dot/emacs +++ b/dot/emacs @@ -466,6 +466,8 @@ (setq windmove-wrap-around t) (trap (iswitchb-mode)) (progn + (global-set-key [?\e ?\e] 'mdw-wrong) + (global-set-key [?\e ?\C-\] ?\C-\]] 'keyboard-escape-quit) (global-set-key [?\C-x ?w left] 'windmove-left) (global-set-key [?\C-x ?w ?h] 'windmove-left) (global-set-key [?\C-x ?w up] 'windmove-up)