From 55f2733e8433796693dd87d737cdc01651f83e4b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 11 May 2024 14:05:42 +0100 Subject: [PATCH] Remove a couple of windmove binds --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 3a20c6e..3be7939 100644 --- a/init.el +++ b/init.el @@ -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