0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-09 12:32:16 +00:00
Files
termux-packages/packages/neovim/sysinit.vim
AminurAlam 1acd9af057 enhance(main/neovim): use option for smooth mouse scroll (#21828)
Should prevent issues when trying to rebind `<PgUp>`, `<PgDown>` or Mouse Scroll Events.
2024-10-16 14:00:09 +02:00

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