Last active
August 29, 2015 14:07
-
-
Save bebound/a6bb974f5e1c1df2986e to your computer and use it in GitHub Desktop.
This file contains 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
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