Remove a couple of windmove binds
This commit is contained in:
parent
c60d25364b
commit
55f2733e84
4
init.el
4
init.el
|
@ -550,16 +550,12 @@ Uses `my/projects-directory' to find correct directory"
|
||||||
:demand
|
:demand
|
||||||
:config (windmove-mode +1)
|
:config (windmove-mode +1)
|
||||||
:bind (("C-c w k" . windmove-up)
|
:bind (("C-c w k" . windmove-up)
|
||||||
("C-c w C-k" . windmove-display-up)
|
|
||||||
("C-c w K" . windmove-swap-states-up)
|
("C-c w K" . windmove-swap-states-up)
|
||||||
("C-c w j" . windmove-down)
|
("C-c w j" . windmove-down)
|
||||||
("C-c w C-j" . windmove-display-down)
|
|
||||||
("C-c w J" . windmove-swap-states-down)
|
("C-c w J" . windmove-swap-states-down)
|
||||||
("C-c w h" . windmove-left)
|
("C-c w h" . windmove-left)
|
||||||
("C-c w C-h" . windmove-display-left)
|
|
||||||
("C-c w H" . windmove-swap-states-left)
|
("C-c w H" . windmove-swap-states-left)
|
||||||
("C-c w l" . windmove-right)
|
("C-c w l" . windmove-right)
|
||||||
("C-c w C-l" . windmove-display-right)
|
|
||||||
("C-c w L" . windmove-swap-states-right)))
|
("C-c w L" . windmove-swap-states-right)))
|
||||||
|
|
||||||
(use-package winner
|
(use-package winner
|
||||||
|
|
Loading…
Reference in a new issue