Tag: set

VIM setting with “set”

VIM Settings:

Note: Options given are default. To change them, enter type :set option to turn them on or :set nooptioni to turn them off.To make them execute every time you open VI, create a file in your HOME directory called .exrc and type the options without the colon (:) preceding the option

:set ai Turns on auto indentation
:set …

Read the complete article »