From 00d392fc87262710a56614ffdfa98e06304ddc03 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 5 Nov 2024 08:12:48 +0000 Subject: [PATCH] Remove windmove shift binds --- README.org | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.org b/README.org index bd7ba8b..70bbe3d 100644 --- a/README.org +++ b/README.org @@ -70,13 +70,6 @@ Bind mouse keys to expected movement commands (keymap-global-set "" #'next-buffer) #+end_src -Enable default binds of =Windmove= to navigate windows using shift+arrow - -#+begin_src emacs-lisp -(when (fboundp 'windmove-default-keybindings) - (windmove-default-keybindings)) -#+end_src - Set custom location for backups #+begin_src emacs-lisp