Skip to content

Instantly share code, notes, and snippets.

@bzon
Created October 16, 2016 07:25
Show Gist options
  • Save bzon/81796aa2c3702440a4ad08c2e19d9687 to your computer and use it in GitHub Desktop.
Save bzon/81796aa2c3702440a4ad08c2e19d9687 to your computer and use it in GitHub Desktop.
.vimrc configuration

Create the file $HOME/.vimrc with this content.

set paste

filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab

syntax on
let &t_Co=256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment