Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3: Disable selection drag & drop from gutter

If I click and drag on gutter (line number margin) to select some lines and then release mouse and click again, ST assumes I want to move selection. But, I don't ever want to drag & drop selection from gutter, unless I explicitly click and drag on selection. And it interferes common logic from other editors, that click and drag on gutter margin just selects lines or modifies selection, nothing more.

Is there a setting to disable this behavior, without disabling whole selection drag & drop feature?

like image 773
BlueCaret Avatar asked Jul 11 '14 17:07

BlueCaret


1 Answers

Go to preferences -> settings and add this to user settings:

"drag_text": false

I can't believe anyone would ever want text to move when trying to reselect.

like image 141
Priv Acyplease Avatar answered Nov 19 '22 19:11

Priv Acyplease