no backups

This commit is contained in:
Thomas Ruoff
2017-01-18 08:29:31 +01:00
committed by Thomas Ruoff
parent 4beac3ac62
commit 8b3f927ce0

5
vimrc
View File

@@ -64,9 +64,8 @@ set hidden
set ttyfast
set synmaxcol=512 " Limit syntax highlighting to 512 characters per line
set modeline " Use file-specific settings, if available.
set backup " Make backup files.
set backupdir=~/.vim/backup " Backup directory.
set directory=~/.vim/tmp " Directory for swap files.
set nobackup
set noswapfile
set mouse=a " Mouse support everywhere.
set mousehide " Auto-hide cursor while typing.
set wildmode=list:longest,full " Make completion more like zsh.