From 6281e1b8af33f82e52f71d4dcc6e879a5d052852 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 1 Mar 2025 00:20:00 -0500 Subject: exwm keybind to kill buffer also kills window --- .config/emacs/modules/bd--exwm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/bd--exwm.el b/.config/emacs/modules/bd--exwm.el index ae5b18d..8a4e086 100644 --- a/.config/emacs/modules/bd--exwm.el +++ b/.config/emacs/modules/bd--exwm.el @@ -51,7 +51,7 @@ that buffer." ([?\s-P] . bd/password) ([?\s-r] . exwm-reset) ([?\s-d] . toggle-window-dedicated) - ([?\s-q] . kill-current-buffer) + ([?\s-q] . kill-buffer-and-window) ([?\s-x] . (lambda (command) (interactive (list (read-shell-command "s-x "))) (start-process-shell-command command nil command)))) -- cgit v1.2.3