Getting rid of text selection at the bottom of Sublime Text docs

Getting rid of annoying text selection at the bottom of Sublime Text documents

If you use Sublime for prolonged periods of time I am sure you will have occasionally noticed that if you try and select or click on some code near the bottom of the screen Sublime will sometimes select all the code from the last line to where you have clicked.

This is incredibly annoying, luckily there is a quick solution for it - VIM (just kidding).

If you open your User Preferences file and add in the following; "scroll_past_end": true

This will stop the selection from happening - this also means your file will keep scrolling down when you get to the bottom, in practice this doesn’t bother me at all and the fact text doesn’t get selected incorrectly now more than makes up for this.

Recent posts View all

SEO

Google follows URLs in text

Today I learned that Google follows URLs even when they are plain text

Web Dev

Check in with your database

It pays to take a step back and look at how your database is set up every so often. You will often find quick wins and hidden tech debt.