Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created June 18, 2014 13:21
Show Gist options
  • Save alvincrespo/bfbc01f03a1231a4d79c to your computer and use it in GitHub Desktop.
Save alvincrespo/bfbc01f03a1231a4d79c to your computer and use it in GitHub Desktop.
.vimrc.after
" 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