Key bind for killing buffer and window
This commit is contained in:
@@ -848,6 +848,7 @@ Some customization for writing elisp
|
|||||||
* Global Key Bindings
|
* Global Key Bindings
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(bind-key "C-x k" 'kill-buffer-with-prejudice)
|
(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 "C-c 5" 'query-replace-regexp) ;; stupid vestigial binding
|
||||||
(bind-key "M-/" 'hippie-expand)
|
(bind-key "M-/" 'hippie-expand)
|
||||||
(bind-key "C-c \\" 'align-regexp)
|
(bind-key "C-c \\" 'align-regexp)
|
||||||
|
|||||||
Reference in New Issue
Block a user