commit 0480ed13859108a2526d786820f916e7f913fc26 parent 695f9813c052c2c67ee1b720671e625486f68540 Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 31 May 2022 08:57:11 +0200 tools/emacs: update windmove bindings Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tools/emacs/config/config-windows.el | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tools/emacs/config/config-windows.el b/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