Created
November 2, 2010 14:19
-
-
Save reiddraper/659661 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 softtabstop=4 | |
set tabstop=4 | |
set expandtab | |
set sw=4 | |
set scroll=26 | |
syntax on | |
set cursorline | |
set ai | |
set number | |
inoremap kj <Esc> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment