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.
Written by Adam Yanalunas
Related protips
1 Response
Thank you so much. I noticed this issue when I switched to a Mac from Linux. Thanks again!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Sublimetext
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#