Skip to content

Instantly share code, notes, and snippets.

@joestrong
Last active February 13, 2016 19:39
Show Gist options
  • Save joestrong/626303c1fa38c3d9e04b to your computer and use it in GitHub Desktop.
Save joestrong/626303c1fa38c3d9e04b to your computer and use it in GitHub Desktop.
.vimrc configuration
set nocompatible
set number
:inoremap jj <ESC>
set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
:set backspace=indent,eol,start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment