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.
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.
Comments (1)
Pepsh Pepshinsky
Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE