禁用平滑滚动?

Disable smooth scrolling?

在 Sublime Text 3 (build 3126) 中,是否可以禁用平滑滚动效果?我宁愿让它像 Visual Studio 那样滚动,但它没有为滚动设置动画。这是我的意思的 GIF 记录:

如果没有正常设置,我愿意使用插件。

是的,无需插件即可实现 - 只需在您的用户首选项中将 scroll_speed 设置为 0:

// Set to 0 to disable smooth scrolling. Set to a value between 0 and 1 to
// scroll slower, or set to larger than 1 to scroll faster
"scroll_speed": 0.0,