mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 00:20:30 +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
|