Split-screen start vim
Use the uppercase O parameter to split the screen vertically.
Use the lowercase o parameter to horizontally split the screen
Note: N is a number that is divided into several screens
Turn off the split screen
Close the current window
Closes the current window, and if only the last one is left, then quit VIM
Split screen
Splits the currently open file up and down.
Split up and down, and open a new file
Split the currently open file
Split right and left, and open a new file
Move cursor
VI in the cursor key is H, J, K, L, to switch between the various screens, only need to click the Ctrl+w
Move the cursor to the right screen
Move the cursor to the left side of the screen.
Move the cursor to the top screen.
Move the cursor to the bottom screen.
Move the cursor to the next screen ...
Move the split screen
This feature uses Vim's cursor key, but it's all uppercase. Of course, if your split screen is very messy and complex, there may be some very strange symptoms of this function.
Move to the right.
Move left
Move Up
Move Down
Screen size
Here are some actions to change the size, mainly the height, you can use [ctrl+w] or [ctrl+w] for width, but this may require the latest version to support.
Make all the screens have the same height.
Increase the height.
Reduce the height.
Summarize
The above is the entire content of this article, I hope the content of this article for everyone's study or work can help, if there is doubt you can message exchange.