Skip to content

Instantly share code, notes, and snippets.

@enru
Last active September 27, 2015 07:57
Show Gist options
  • Select an option

  • Save enru/1237121 to your computer and use it in GitHub Desktop.

Select an option

Save enru/1237121 to your computer and use it in GitHub Desktop.
a .vimrc file
set expandtab
set nocompatible
set autoindent
set smartindent
set tabstop=4
set shiftwidth=4
set showmatch
set guioptions-=T
set vb t_vb=
set ruler
set nohls
set incsearch
set virtualedit=all
set softtabstop=4
set viminfo='20,<1000,s10,h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment