Created
June 18, 2014 13:21
-
-
Save alvincrespo/bfbc01f03a1231a4d79c to your computer and use it in GitHub Desktop.
.vimrc.after
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
" Mouse Support | |
set mouse=a | |
set ttymouse=xterm2 | |
" Uncomment in order to disabling tmp and swp files | |
"set nobackup | |
"set nowritebackup | |
"set noswapfile | |
" Moves tmp and swp files outside of the working directory | |
set backupdir =~/temp/vim,. | |
set directory=~/temp/vim,. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment