In Vim, is it possible to “move” a window to the left or right? Eg, similar to
or
, but left/right instead of up/down?>
Do you want to move the window itself or just your cursor position?
Next to rotating or cycling like you already mentioned, it's only possible to move the window itself to the far top, bottom, left or right, with respectively:
^W K
^W J
^W H
^W L
I don't think there is a default builtin way to moving a window one place to the right.