[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")
|
||||
endif
|
||||
else
|
||||
map <ScrollWheelUp> <C-Y>
|
||||
map <ScrollWheelDown> <C-E>
|
||||
set ttymouse=sgr
|
||||
"map <ScrollWheelUp> <C-Y>
|
||||
"map <ScrollWheelDown> <C-E>
|
||||
let vim_plug_path = expand("~/.vim/autoload/plug.vim")
|
||||
set listchars=eol:\ ,tab:>\ ,trail:~,extends:>,precedes:<
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user