Skip to content

Commit

Permalink
Merge pull request #31 from y4n9b0/master
Browse files Browse the repository at this point in the history
fix: typo in command open multiple vertical windows #30
  • Loading branch information
wsdjeg authored Mar 20, 2022
2 parents 42e4f2d + 88c5936 commit e3ed47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch01_starting_vim.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ vim -o5 hello1.txt hello2.txt
若想将Vim打开为2个垂直分割的窗口、5个垂直分割的窗口、5个垂直分割窗口并显示2个文件,在终端中分别运行以下命令:

```bash
vim -O
vim -O2
vim -O5
vim -O5 hello1.txt hello2.txt
```
Expand Down

0 comments on commit e3ed47c

Please sign in to comment.