Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Textmate 2 は、PageUp/PageDown キーを使用するとスクロールをアニメーション化します。これはヒューマン インターフェイス ガイドラインに違反しており、スローです。
オフにする方法を知っている人はいますか?
次の方法でスクロール動作を設定できます。
defaults write com.macromates.TextMate.preview NSScrollAnimationEnabled -bool NO
再度オンにするには:
defaults write com.macromates.TextMate.preview NSScrollAnimationEnabled -bool YES
これらの値を設定したら、必ず Textmate を再起動してください。