Last active
February 13, 2016 19:39
-
-
Save joestrong/626303c1fa38c3d9e04b to your computer and use it in GitHub Desktop.
.vimrc configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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