Not crazy about how winner mode doesn't work with persp mode

This commit is contained in:
Howard Abrams 2024-12-16 17:04:32 -08:00
parent 3f84fcd436
commit 3adc01620a

View file

@ -625,10 +625,10 @@ Let's try this out with a Hydra since some I can /repeat/ some commands (e.g. en
(use-package hydra
:config
(defhydra hydra-window-resize (:color blue :hint nil) "
_w_: select _m_: move/swap _u_: undo _^_: taller (t) _+_: text larger
_j_: go up _d_: delete _U_: undo+ _v_: shorter (T) _-_: text smaller
_k_: down _e_: balance _r_: redo _>_: wider _F_: font larger
_h_: left _n_: v-split _R_: redo+ _<_: narrower _f_: font smaller
_w_: select _m_: move/swap _^_: taller (t) _+_: text larger
_j_: go up _d_: delete _v_: shorter (T) _-_: text smaller
_k_: down _e_: balance _>_: wider _F_: font larger
_h_: left _n_: v-split _<_: narrower _f_: font smaller
_l_: right _s_: split _o_: only this window _c_: choose (also 1-9)"
("w" ace-window)
("c" other-window :color pink) ; change window
@ -640,11 +640,6 @@ Let's try this out with a Hydra since some I can /repeat/ some commands (e.g. en
("D" ace-delete-window)
("O" ace-delete-other-windows)
("u" winner-undo)
("U" winner-undo :color pink)
("C-r" winner-redo)
("r" winner-redo)
("R" winner-redo :color pink)
("J" evil-window-down :color pink)
("K" evil-window-up :color pink)