Add keybind for windows compatability
This commit is contained in:
1
init.el
1
init.el
@@ -177,6 +177,7 @@
|
|||||||
(global-auto-revert-mode 1)
|
(global-auto-revert-mode 1)
|
||||||
|
|
||||||
;; Keybindings
|
;; Keybindings
|
||||||
|
(bind-key "M-<f4>" 'kill-emacs)
|
||||||
(bind-key "C-x k" 'kill-buffer-with-prejudice)
|
(bind-key "C-x k" 'kill-buffer-with-prejudice)
|
||||||
(bind-key "C-w" 'kill-buffer-with-prejudice)
|
(bind-key "C-w" 'kill-buffer-with-prejudice)
|
||||||
(bind-key "C-x C-k" 'kill-buffer-and-window)
|
(bind-key "C-x C-k" 'kill-buffer-and-window)
|
||||||
|
|||||||
Reference in New Issue
Block a user