From 0c5397922f5ce45e671baae4a7b19fb474f2cf6c Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 30 Jul 2024 04:14:31 +0400 Subject: [PATCH] (feat) add kill-current-buffer keybind --- config/emacs/emacs.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/emacs/emacs.org b/config/emacs/emacs.org index ac2f5760..0738997b 100644 --- a/config/emacs/emacs.org +++ b/config/emacs/emacs.org @@ -1322,6 +1322,10 @@ I'm scared (exwm-input-set-key (kbd "s-SPC") 'app-launcher-run-app) (exwm-input-set-key (kbd "s-f") 'exwm-layout-toggle-fullscreen) (exwm-input-set-key (kbd "s-") 'vterm) + + ;; kill apps + (exwm-input-set-key (kbd "s-q") #'kill-current-buffer) + ;; Set up global key bindings. These always work, no matter the input state! ;; Keep in mind that changing this list after EXWM initializes has no effect. (setq exwm-input-global-keys