mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-16 16:08:22 +00:00
Two vertical windows typo
This commit is contained in:
parent
985c0c7d6a
commit
f9adea481d
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…
Add table
Reference in a new issue