Vim touchscreen scrolling support.

Use the environment variable to turn it on.
This commit is contained in:
ADAM David Alan Martin
2022-04-15 15:10:18 -04:00
parent 5174b9bee6
commit 7758c2b961
2 changed files with 45 additions and 0 deletions

View File

@ -23,5 +23,9 @@ source ~/.vim/vimrc.functions
source ~/.vim/vimrc.fileprefs
source ~/.vim/vimrc.statusline
if exists('$CSHENV_TOUCHSCREEN')
source ~/.vim/vimrc.mousescroll
endif
set shell=/bin/tcsh
"set t_Co=1