Vim: Move window left/right?

前端 未结 5 1223
野趣味
野趣味 2020-12-04 04:38

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?

5条回答
  •  萌比男神i
    2020-12-04 05:12

    • ctrl + h move cursor to next window(right)

    • ctrl + l move cursot to previous window(left)

    about more information, please refer: :help window-moving

提交回复
热议问题