mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
6 lines
162 B
VimL
6 lines
162 B
VimL
" enable mouse input in all modes
|
|
set mouse=a
|
|
|
|
" Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
|
|
set mousescroll=ver:1,hor:6
|