Created
November 25, 2014 14:43
-
-
Save perfectfoolish/2176c5986c558eba1b10 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
syntax on | |
" space | |
set expandtab | |
set tabstop=2 | |
set shiftwidth=2 | |
" EOL whitespace | |
set list | |
set listchars=trail:+ | |
" status line | |
set statusline=%F:\ %l | |
set laststatus=2 | |
" escape | |
imap jj <esc> | |
imap JJ <esc> | |
" quit | |
map ,f :q!<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment