有没有办法在Textmate 2中关闭一次一页滚动动画?

时间:2013-10-30 01:23:42

标签: textmate2

使用PageUp / PageDown键时,

Textmate 2动画滚动。这违反了人机界面指南,它是sloooooooow。

任何人都知道如何关闭它?

1 个答案:

答案 0 :(得分:2)

您可以通过以下方式设置滚动行为:

defaults write com.macromates.TextMate.preview NSScrollAnimationEnabled -bool NO

再次打开它:

defaults write com.macromates.TextMate.preview NSScrollAnimationEnabled -bool YES

确保在设置这些值后重新启动Textmate。