Not crazy about how winner mode doesn't work with persp mode
This commit is contained in:
parent
3f84fcd436
commit
3adc01620a
1 changed files with 4 additions and 9 deletions
|
@ -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
|
(use-package hydra
|
||||||
:config
|
:config
|
||||||
(defhydra hydra-window-resize (:color blue :hint nil) "
|
(defhydra hydra-window-resize (:color blue :hint nil) "
|
||||||
_w_: select _m_: move/swap _u_: undo _^_: taller (t) _+_: text larger
|
_w_: select _m_: move/swap _^_: taller (t) _+_: text larger
|
||||||
_j_: go up _d_: delete _U_: undo+ _v_: shorter (T) _-_: text smaller
|
_j_: go up _d_: delete _v_: shorter (T) _-_: text smaller
|
||||||
_k_: down _e_: balance _r_: redo _>_: wider _F_: font larger
|
_k_: down _e_: balance _>_: wider _F_: font larger
|
||||||
_h_: left _n_: v-split _R_: redo+ _<_: narrower _f_: font smaller
|
_h_: left _n_: v-split _<_: narrower _f_: font smaller
|
||||||
_l_: right _s_: split _o_: only this window _c_: choose (also 1-9)"
|
_l_: right _s_: split _o_: only this window _c_: choose (also 1-9)"
|
||||||
("w" ace-window)
|
("w" ace-window)
|
||||||
("c" other-window :color pink) ; change 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)
|
("D" ace-delete-window)
|
||||||
("O" ace-delete-other-windows)
|
("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)
|
("J" evil-window-down :color pink)
|
||||||
("K" evil-window-up :color pink)
|
("K" evil-window-up :color pink)
|
||||||
|
|
Loading…
Reference in a new issue