We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
若想将Vim打开为2个垂直分割的窗口、5个垂直分割的窗口、5个垂直分割窗口并显示2个文件,在终端中分别运行以下命令:
vim -O vim -O5 vim -O5 hello1.txt hello2.txt
打开两个垂直分割的窗口应该是 vim -O2
vim -O2
The text was updated successfully, but these errors were encountered:
Merge pull request #31 from y4n9b0/master
e3ed47c
fix: typo in command open multiple vertical windows #30
No branches or pull requests
若想将Vim打开为2个垂直分割的窗口、5个垂直分割的窗口、5个垂直分割窗口并显示2个文件,在终端中分别运行以下命令:
打开两个垂直分割的窗口应该是
vim -O2
The text was updated successfully, but these errors were encountered: