car*_*ow1 4 smooth-scrolling vertical-scrolling sublimetext3
在Sublime Text 3(build 3126)中,是否可以禁用平滑滚动效果?我宁愿让它像Visual Studio那样滚动,它没有为滚动设置动画.这是我的意思的GIF录音:
如果没有正常设置,我愿意使用插件.
Kei*_*all 14
是的,没有插件就可以实现 - 只需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,
Run Code Online (Sandbox Code Playgroud)