Various updates

This commit is contained in:
2020-03-15 14:44:36 -04:00
parent f1cbe81655
commit f02cb843aa
10 changed files with 51 additions and 12 deletions

3
vimrc
View File

@@ -226,7 +226,8 @@ if IsWindows()
" Just assume we don't have a zsh shell
set shell=bash
else
set shell=zsh
"set shell=zsh
set shell=bash
endif
set t_ti= t_te= " Prevent Vim from clobbering the scrollback buffer. See http://www.shallowsky.com/linux/noaltscreen.html