Title here
Summary here
:help vimrc
and press Enter
. This will take you to the help section on the .vimrc
file..vimrc
file.C:\Program Files (x86)\Vim
._vimrc
file in this directory, you’ll need to create one. To do this, right-click inside the folder, select New > Text Document
, and name it _vimrc
. Make sure to remove the .txt
extension if your file extensions are visible._vimrc
and choose Edit with Vim
to open the file in Vim.set relnumber number " Show line numbers
:wq
in Vim and pressing Enter.vim
in the command prompt.:help vimrc
in Vim.