1
0
Fork 0

fix(emacs): add keybind for delete-other-windows

This commit is contained in:
Lucas Sta Maria 2025-03-11 11:10:25 -04:00
parent 1fce6d35de
commit 14b2015a6f
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -37,6 +37,7 @@
"s" #'scratch-buffer) "s" #'scratch-buffer)
(defvar-keymap meow-windows-keymap (defvar-keymap meow-windows-keymap
"w" #'delete-other-windows
"k" #'delete-window "k" #'delete-window
"b" #'balance-windows "b" #'balance-windows
"-" #'priime-split-down "-" #'priime-split-down