Skip to content

Instantly share code, notes, and snippets.

@grahamsaulnier
Last active December 14, 2015 08:39
Show Gist options
  • Select an option

  • Save grahamsaulnier/5058966 to your computer and use it in GitHub Desktop.

Select an option

Save grahamsaulnier/5058966 to your computer and use it in GitHub Desktop.
my vimrc file
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
noremap <Up> <NOP>
noremap <Down> <NOP>
noremap <Left> <NOP>
noremap <Right> <NOP>
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment