From f48d4370f0cec6979de14ab498d808b70b9fcbe8 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Thu, 28 May 2020 13:29:19 -0400 Subject: [PATCH] reset term post vim upgrade to prevent. Prior the terminal would go all funky. This is an attempt to fix it. --- vim/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/makefile b/vim/makefile index e2674fa..8d2e246 100644 --- a/vim/makefile +++ b/vim/makefile @@ -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