nvim: Remove auto-saving functionality from vim
Removed functionality that auto-saves all currently open windows whenever vim loses focus, since that function is more bothersome than helpful (and I remember to save my files 99.9% of the time anyway). That 0.1% will also be impressed in my memory after forgetting once or twice.
This commit is contained in:
parent
7181d881d7
commit
aa116e928f
1 changed files with 0 additions and 3 deletions
|
@ -55,9 +55,6 @@ set smartcase
|
||||||
" shows previews of what substitute command will do (and a couple others)
|
" shows previews of what substitute command will do (and a couple others)
|
||||||
set inccommand=split
|
set inccommand=split
|
||||||
|
|
||||||
" whenever vim loses focus, save
|
|
||||||
au FocusLost * :wa
|
|
||||||
|
|
||||||
" disables showing us the current mode in the command line since airline takes
|
" disables showing us the current mode in the command line since airline takes
|
||||||
" care of it
|
" care of it
|
||||||
set noshowmode
|
set noshowmode
|
||||||
|
|
Loading…
Reference in a new issue