vim Configuring Vim Setting Options

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

Commonly you would use :set to set options to your liking in your .vimrc. There are many options that can be changed.

For example, in order to use spaces for indentation:

:set expandtab
:set shiftwidth=4
:set softtabstop=4


Got any vim Question?