Bind C-w O => doom/window-zoom #890
+ C-w o enlargens the current window + C-w O deletes all other windows Both keys undo the change on second use (unless you have changed the frame too much since).
This commit is contained in:
parent
d332f00ca7
commit
9e79ea8c9c
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@
|
||||||
"C-u" #'winner-undo
|
"C-u" #'winner-undo
|
||||||
"C-r" #'winner-redo
|
"C-r" #'winner-redo
|
||||||
"o" #'doom/window-enlargen
|
"o" #'doom/window-enlargen
|
||||||
|
"O" #'doom/window-zoom
|
||||||
;; Delete window
|
;; Delete window
|
||||||
"c" #'+workspace/close-window-or-workspace
|
"c" #'+workspace/close-window-or-workspace
|
||||||
"C-C" #'ace-delete-window))
|
"C-C" #'ace-delete-window))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue