Skip to content

Commit

Permalink
Merge pull request #130 from sourav-majumdar-math/master
Browse files Browse the repository at this point in the history
Two vertical windows typo
  • Loading branch information
iggredible authored Nov 27, 2021
2 parents 985c0c7 + f9adea4 commit d1b832d
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 @@ -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
```
Expand Down

0 comments on commit d1b832d

Please sign in to comment.