[bugfix] mouse scrolling on ubuntu
This commit is contained in:
parent
05fc6e2d77
commit
e9c17cba26
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user