mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
backup and swap files annoy the shit out of me
This commit is contained in:
5
vimrc
5
vimrc
@@ -62,9 +62,8 @@ set hidden
|
|||||||
set ttyfast
|
set ttyfast
|
||||||
set synmaxcol=512 " Limit syntax highlighting to 512 characters per line
|
set synmaxcol=512 " Limit syntax highlighting to 512 characters per line
|
||||||
set modeline " Use file-specific settings, if available.
|
set modeline " Use file-specific settings, if available.
|
||||||
set backup " Make backup files.
|
set nobackup " Make backup files.
|
||||||
set backupdir=~/.vim/backup " Backup directory.
|
set noswapfile
|
||||||
set directory=~/.vim/tmp " Directory for swap files.
|
|
||||||
set mouse=a " Mouse support everywhere.
|
set mouse=a " Mouse support everywhere.
|
||||||
set mousehide " Auto-hide cursor while typing.
|
set mousehide " Auto-hide cursor while typing.
|
||||||
set wildmode=list:longest,full " Make completion more like zsh.
|
set wildmode=list:longest,full " Make completion more like zsh.
|
||||||
|
|||||||
Reference in New Issue
Block a user