[bugfix] mouse scrolling on ubuntu

This commit is contained in:
Klesh Wong 2020-12-10 09:54:05 +08:00
parent 05fc6e2d77
commit e9c17cba26

View File

@ -89,8 +89,9 @@ if has('nvim')
let vim_plug_path = expand("~/.config/nvim/autoload/plug.vim") let vim_plug_path = expand("~/.config/nvim/autoload/plug.vim")
endif endif
else else
map <ScrollWheelUp> <C-Y> set ttymouse=sgr
map <ScrollWheelDown> <C-E> "map <ScrollWheelUp> <C-Y>
"map <ScrollWheelDown> <C-E>
let vim_plug_path = expand("~/.vim/autoload/plug.vim") let vim_plug_path = expand("~/.vim/autoload/plug.vim")
set listchars=eol:\ ,tab:>\ ,trail:~,extends:>,precedes:< set listchars=eol:\ ,tab:>\ ,trail:~,extends:>,precedes:<
endif endif