In Vim, is it possible to “move” a window to the left or right? Eg, similar to r or x, but left/right instead of up/down?>
r
x
ctrl + h move cursor to next window(right)
ctrl + h
ctrl + l move cursot to previous window(left)
ctrl + l
about more information, please refer: :help window-moving
:help window-moving