Is there a way to turn off page-at-a-time scrolling animation in Textmate 2?

StackOverflow https://stackoverflow.com/questions/19672176

  •  01-07-2022
  •  | 
  •  

Frage

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?

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top