Sublime Forum

Increase Scroll Speed not working

#1

Hi im trying to increase the cursor/scroll speed on ST3, and it is not increasing. I have the “scroll_speed”: 1.5, in the sublime-settting. Done it in default-settings file and user-setting file. I basically just want to be able to increase the speed of moving the cursor through code. Anyone else run into this?

erik

0 Likes

#2

It does work, but changes only the transition/animation speed of the scroll smoothing. You wanna change the number of lines rolled on scroll events, you better check out the mouse settings in windows control panel first.

0 Likes

#3

Hi, I just figured this out for Linux at least, and wanted to share. Here’s my answer: https://stackoverflow.com/questions/64289510/how-do-i-change-the-mouse-wheel-scroll-speed-in-sublime-text-3/64289511#64289511. I’ve increased my mouse wheel scroll speed from 3 lines per tick to 9 lines per tick, which feels much more natural.

0 Likes