diff options
author | bd <bdunahu@operationnull.com> | 2025-03-01 00:20:00 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-01 00:20:00 -0500 |
commit | 6281e1b8af33f82e52f71d4dcc6e879a5d052852 (patch) | |
tree | 77ec1339f5716a4e94296bc7d87c1afaa31e3011 /.config/emacs/modules | |
parent | d1a1faeff2b79292476df92e9e2f5024fa54fd19 (diff) |
exwm keybind to kill buffer also kills window
Diffstat (limited to '.config/emacs/modules')
-rw-r--r-- | .config/emacs/modules/bd--exwm.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)))) |