mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
no backups
This commit is contained in:
committed by
Thomas Ruoff
parent
4beac3ac62
commit
8b3f927ce0
5
vimrc
5
vimrc
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user