Skip to content

Instantly share code, notes, and snippets.

@spiette
Last active September 28, 2015 02:58
Show Gist options
  • Select an option

  • Save spiette/1374180 to your computer and use it in GitHub Desktop.

Select an option

Save spiette/1374180 to your computer and use it in GitHub Desktop.
Simple vimrc
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smarttab
set wildmenu
set showcmd
set ignorecase
set smartcase
filetype plugin indent on
map <Leader>v :set invpaste paste?<CR>
set pastetoggle=<Leader>v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment