Skip to content

Instantly share code, notes, and snippets.

@ebsen
Created October 2, 2012 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebsen/3823762 to your computer and use it in GitHub Desktop.
Save ebsen/3823762 to your computer and use it in GitHub Desktop.
dotvim
"******************************"
" .VIMRC.AFTER "
"******************************"
"if has('gui_running') " Duh.
" set background=light
"else
" set background=dark
" endif
colorscheme solarized
"set guifont=Inconsolata:h18 " Font, size
"set guifont=Courier:h15
set guifont=DejaVu\ Sans\ Mono
set linespace=6 " and linespacing
set relativenumber " Set line numbers to relative
set wrap linebreak nolist " Enable (vimcast's) soft wrapping
:iabbrev </ </<C-X><C-0> " Type `</` and Space to complete
" an HTML tag
" Use `<//` if appropriate.
set showcmd " Display the <leader> in the ruler
" Yet to add: trim trailing whitespace
" figure out how to disable wrapping at line
" bind txt files to Markdown syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment