Skip to content

Instantly share code, notes, and snippets.

@bebound
Last active August 29, 2015 14:07
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 bebound/a6bb974f5e1c1df2986e to your computer and use it in GitHub Desktop.
Save bebound/a6bb974f5e1c1df2986e to your computer and use it in GitHub Desktop.
let g:dotvim_settings = {}
let g:dotvim_settings.version = 1
let g:dotvim_settings.default_indent = 4
let g:dotvim_settings.max_column = 80
let g:dotvim_settings.colorscheme = 'molokai'
let g:dotvim_settings.plugin_groups_exclude = ['ruby','go','javascript','scala','scm','python']
source ~/.vim/vimrc
set guifont=Source_Code_Pro:h10
nmap , <Plug>SneakPrevious
cnoreabbrev W w !sudo tee %
cnoreabbrev Q q!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment