【问题标题】:Disable smooth scrolling?禁用平滑滚动?
【发布时间】:2017-10-01 17:16:39
【问题描述】:

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

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

【问题讨论】:

  • 我在这个问题上投入了太多精力。

标签: sublimetext3 smooth-scrolling vertical-scrolling


【解决方案1】:

是的,无需插件也可以实现 - 只需在您的用户首选项中将 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,

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-09-26
    • 2015-06-07
    • 1970-01-01
    • 1970-01-01
    • 2023-01-04
    相关资源
    最近更新 更多