How To Increase Window Size In Vim
:vertical resize 80 You can also change the width in increments. To change the width by increments of 5, use:
:vertical resize +5 :vertical resize -5
- Can do this horizontally as well.
:vertical resize 80 You can also change the width in increments. To change the width by increments of 5, use:
:vertical resize +5 :vertical resize -5