Skip to content

Commit 5c06370

Browse files
committed
Remove autosave
1 parent edafab5 commit 5c06370

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ Now open Vim and run `:BundleInstall`
3636

3737
## Other Additions
3838

39-
* Vim will autosave after every keystroke. This will not trigger syntax highlighting and other
40-
events looking at the BufWrite autocommand as those will still require manually saving.
4139
* Manually saving a buffer will remove trailing whitespace automatically. Note that this should not
4240
be run on the ~/.vim/vimrc file because there is a required trailing whitespace character.
4341

bundles.vimrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Plugin 'tpope/vim-abolish'
2525

2626
" Utilities
2727
Plugin 'bling/vim-airline'
28-
Plugin '907th/vim-auto-save'
2928
Plugin 'kien/ctrlp.vim'
3029
Plugin 'rgarver/Kwbd.vim'
3130
Plugin 'embear/vim-localvimrc'

default.vimrc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ map <leader><leader> :ZoomWin<CR>
131131
" Delete buffer without closing window
132132
nnoremap <silent> <leader>bd :Kwbd<CR>
133133
134-
" enable AutoSave on Vim startup
135-
let g:auto_save = 1
136-
137134
" CTags
138135
map <leader>rt :!ctags --extra=+f --exclude=tmp --exclude=node_modules -R * <CR><CR>
139136
map <leader>lt :TlistToggle<CR>

0 commit comments

Comments
 (0)