Skip to content

Instantly share code, notes, and snippets.

@perfectfoolish
Created November 25, 2014 14:43
Show Gist options
  • Save perfectfoolish/2176c5986c558eba1b10 to your computer and use it in GitHub Desktop.
Save perfectfoolish/2176c5986c558eba1b10 to your computer and use it in GitHub Desktop.
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