Skip to content

Instantly share code, notes, and snippets.

@Rud5G
Rud5G / vimrc.vim
Last active September 28, 2020 22:21
dotfile: .vimrc
"
" https://gist.github.com/Rud5G/2316255
"
" mkdir -p ~/.vim/{backup,syntax,tmp}
"
set autoindent " lines following an indented line will have the same indentation as the previous line.
set expandtab " resplace tabs with actuall spaces
set shiftwidth=4 " softtabs width 4.
set tabstop=4 " tabs are 4 spaces