reset term post vim upgrade to prevent.

Prior the terminal would go all funky. This is an attempt to fix it.
This commit is contained in:
James Patrick 2020-05-28 13:29:19 -04:00
parent ea936540b3
commit f48d4370f0
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ update:
; $(report) "vim plug setup"
vim +PlugInstall +PlugUpdate +qall \
; $(report) "downloading/updating plugins"
stty sane # dropping in & out causes some weird tty behavior.
else
$(report) warn "cannot find vim?"
fi