.vimrc

From www.ReeltoReel.nl Wiki
Revision as of 14:19, 8 November 2017 by Pvdm (talk | contribs) (Created page with "To support the creation and editing of yaml files in vi, set the following in ~/.vimrc <pre> set expandtab set tabstop=2 set autoindent set shiftwidth=2 set softtabstop=2 set...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To support the creation and editing of yaml files in vi, set the following in ~/.vimrc

set expandtab
set tabstop=2
set autoindent
set shiftwidth=2
set softtabstop=2
set colorcolumn=3,5,7,9,11
set number