how to edit text in multiple columns in vim

前端 未结 3 421
别那么骄傲
别那么骄傲 2021-01-30 11:06

How can I edit my code in Vim by displaying it in any number of columns?

My laptop and desktop monitors are widescreen (I suspect that is true of most monitors made in t

3条回答
  •  鱼传尺愫
    2021-01-30 11:52

    I think what you want to do is split windows...

    Type :Vexplore to split a window vertically.

    Then use Ctrl + W + arrowkey to navigate to another window. :Sexplore will enable you to split the window horizontally.

    To evenly space after resizing, you can type Ctrl + W + =

提交回复
热议问题