From 414a03146325824f154dcc72ed09f8c2b6f7d322 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 7 Dec 2024 13:10:34 -0500 Subject: [PATCH] add keybinding for the oh-so-useful kill-this-buffer command --- emacs.d/keybinds.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.d/keybinds.el b/emacs.d/keybinds.el index 67526bf..fcd6c74 100644 --- a/emacs.d/keybinds.el +++ b/emacs.d/keybinds.el @@ -37,3 +37,5 @@ (global-set-key (kbd "") #'gered/enable-and-open-menu-bar) (global-set-key (kbd "M-") #'menu-bar-mode) + +(global-set-key (kbd "C-x C-k") #'kill-this-buffer)