Last Updated: February 15, 2022
·
3.51K
· adamyanalunas

Extra end of file scroll buffer in Sublime Text 2

I like being able to scroll the bottom of a file up to the middle of the screen. It's helpful when you have two files up and you want to line up, say, your test and your method.

Just open your User Preferences (⌘ + ,) and add "scroll_past_end": true. It should look something like this:

{
  // ...
  "scroll_past_end": true
  // ...
}

As soon as you save (⌘ + s) the extra space is available. Sweet.

1 Response
Add your response

Thank you so much. I noticed this issue when I switched to a Mac from Linux. Thanks again!

over 1 year ago ·