Created
December 13, 2008 22:39
-
-
Save tammersaleh/35566 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
let g:gist_clip_command = 'pbcopy' | |
" disable paren matching | |
let loaded_matchparen = 1 | |
" disable matchit | |
let loaded_matchit = 1 | |
set backspace=indent,eol,start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment