Key bind for killing buffer and window

This commit is contained in:
Marcel Fries
2020-03-31 09:03:43 +02:00
parent 1eae4129ac
commit b37f90d3a1

View File

@@ -848,6 +848,7 @@ Some customization for writing elisp
* Global Key Bindings
#+BEGIN_SRC emacs-lisp
(bind-key "C-x k" 'kill-buffer-with-prejudice)
(bind-key "C-x C-k" 'kill-buffer-and-window)
(bind-key "C-c 5" 'query-replace-regexp) ;; stupid vestigial binding
(bind-key "M-/" 'hippie-expand)
(bind-key "C-c \\" 'align-regexp)