How do I increase the width of a Vim window?
You can increase the width of a Vim window using one of the following commands:
:vert resize +N
:vert resize -N
:vert resize N
You can also use CTRL-W < or CTRL-W > or CTRL-W | commands.
Read free Software Algorithms and Computer Science Books by CodeAhoy Learn.
Introduction to Recursion and Backtracking