add keyboard-quit to keybinds
This commit is contained in:
parent
af3d1b75f1
commit
ff27832a2e
|
@ -181,6 +181,7 @@ position between last non-whitespace and `end-of-line'."
|
|||
(cua-mode 1)
|
||||
(windmove-default-keybindings 'meta)
|
||||
(global-set-key (kbd "<escape>") 'keyboard-escape-quit)
|
||||
(global-set-key (kbd "M-g") 'keyboard-quit)
|
||||
(global-set-key (kbd "M-m") 'menu-bar-open)
|
||||
(global-set-key (kbd "<M-f4>") 'delete-frame)
|
||||
(global-set-key (kbd "C-x C-z") nil)
|
||||
|
|
Reference in a new issue