diff --git a/modules/shell/siren-vterm.el b/modules/shell/siren-vterm.el index 9250f0d..ea5ac3c 100644 --- a/modules/shell/siren-vterm.el +++ b/modules/shell/siren-vterm.el @@ -15,10 +15,14 @@ :bind (:map vterm-mode-map - ("M-i" . siren-windmove-up) - ("M-k" . siren-windmove-down) - ("M-j" . siren-windmove-left) - ("M-l" . siren-windmove-right)) + ("M-i" . windmove-up) + ("M-k" . windmove-down) + ("M-j" . windmove-left) + ("M-l" . windmove-right) + ("M-K" . windmove-swap-states-down) + ("M-I" . windmove-swap-states-up) + ("M-J" . windmove-swap-states-left) + ("M-L" . windmove-swap-states-right)) :custom (vterm-always-compile-module t)