Jump to content

.vimrc: Difference between revisions

From www.ReeltoReel.nl Wiki
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..."
 
(No difference)

Latest revision as of 14:19, 8 November 2017

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