Two vertical windows typo

This commit is contained in:
sourav-majumdar-math 2021-11-24 12:19:49 +05:30
parent 985c0c7d6a
commit f9adea481d

View file

@ -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
```