Skip to content

Instantly share code, notes, and snippets.

@hasnainv
Created April 3, 2015 17:21
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 hasnainv/10c22bd5c27213bf1344 to your computer and use it in GitHub Desktop.
Save hasnainv/10c22bd5c27213bf1344 to your computer and use it in GitHub Desktop.
vimrc backup directory
set backup
175 set backupdir=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
176 set backupskip=/tmp/*,/private/tmp/*
177 set directory=~/.vim-tmp,~/.tmp,~/tmp,/var/tmp,/tmp
178 set writebackup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment