mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-12 22:17:07 +00:00
Merge pull request #130 from sourav-majumdar-math/master
Two vertical windows typo
This commit is contained in:
commit
d1b832d672
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ vim -o5 hello1.txt hello2.txt
|
|||
To open Vim with two vertical windows, 5 vertical windows, and 5 vertical windows with 2 files:
|
||||
|
||||
```bash
|
||||
vim -O
|
||||
vim -O2
|
||||
vim -O5
|
||||
vim -O5 hello1.txt hello2.txt
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue