Skip to content

Commit

Permalink
vim: no backup/swap
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Mar 20, 2017
1 parent b07cfc6 commit bc4f55a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions homedir/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,11 @@ set isk+=_,$,@,%,# " none of these should be word dividers, so make them not be
set nosol " leave my cursor where it was

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Files/Backups
" Files/Backups/Sessions
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set backup " make backup file
set nobackup
set nowb
set noswapfile
set directory=~/.vim/temp " directory for temp files
set makeef=error.err " When using make, where should it dump the file
set sessionoptions+=globals " What should be saved during sessions being saved
Expand Down

0 comments on commit bc4f55a

Please sign in to comment.