Remove a couple of windmove binds

This commit is contained in:
Evie Litherland-Smith 2024-05-11 14:05:42 +01:00
parent c60d25364b
commit 55f2733e84

View file

@ -550,16 +550,12 @@ Uses `my/projects-directory' to find correct directory"
:demand
:config (windmove-mode +1)
: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 j" . windmove-down)
("C-c w C-j" . windmove-display-down)
("C-c w J" . windmove-swap-states-down)
("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 l" . windmove-right)
("C-c w C-l" . windmove-display-right)
("C-c w L" . windmove-swap-states-right)))
(use-package winner