Commit 0480ed138591

Vincent Demeester <vincent@sbr.pm>
2022-05-31 08:57:11
tools/emacs: update windmove bindings
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 695f981
Changed files (1)
tools
emacs
tools/emacs/config/config-windows.el
@@ -37,10 +37,10 @@
 (use-package windmove
   :unless noninteractive
   :commands (windmove-left windmove-right windmove-down windmove-up)
-  :bind (("C-s-<up>" . windmove-up)
-         ("C-s-<right>" . windmove-right)
-         ("C-s-<down>" . windmove-down)
-         ("C-s-<left>" . windmove-left)))
+  :bind (("C-M-<up>" . windmove-up)
+         ("C-M-<right>" . windmove-right)
+         ("C-M-<down>" . windmove-down)
+         ("C-M-<left>" . windmove-left)))
 ;; -UseWindmove
 
 ;; UseWindow