fix(emacs): add keybind for delete-other-windows
This commit is contained in:
parent
1fce6d35de
commit
14b2015a6f
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
"s" #'scratch-buffer)
|
||||
|
||||
(defvar-keymap meow-windows-keymap
|
||||
"w" #'delete-other-windows
|
||||
"k" #'delete-window
|
||||
"b" #'balance-windows
|
||||
"-" #'priime-split-down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue