mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-11 13:09:18 +00:00
c02cb844a4
Auto-update failing (#16366), not suitable for manual building due to source being nondeterministic.
7 lines
219 B
VimL
7 lines
219 B
VimL
" Scroll only one line for mouse wheel events to get smooth scrolling on touch screens
|
|
set mouse=a
|
|
map <ScrollWheelUp> <C-Y>
|
|
imap <ScrollWheelUp> <C-X><C-Y>
|
|
map <ScrollWheelDown> <C-E>
|
|
imap <ScrollWheelDown> <C-X><C-E>
|