Question

Textmate 2 animates scrolling when using PageUp/PageDown keys. This against the Human Interface Guidelines, and it is sloooooooow.

Anyone know how to turn it off?

Was it helpful?

Solution

You can set the scrolling behavior via:

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

To turn it on again:

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

Make sure to restart Textmate after setting those values.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top