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
I think what you want to do is split windows...
Type :Vexplore to split a window vertically.
:Vexplore
Then use Ctrl + W + arrowkey to navigate to another window. :Sexplore will enable you to split the window horizontally.
:Sexplore
To evenly space after resizing, you can type Ctrl + W + =