I’ve used sublime for several years now and still, multiple times per day, I hit a problem where I screw up a selected text drag because I have to hold the mouse still when i click or it just does another selection.
Repro:
- Create a bunch of text
- select some text
- While the mouse is moving over the selected region, depress the left mouse button
Result: A new selection is started
Expected: A drag should be started. (Literally ever other text editor I use that allows selection dragging works this way, including VSCode, Notepad++, google docs, MS Word, and many other popular editors. )
I was looking for a feature to control this, but could not find one. I was hoping to see something like:
"drag_text_immediate": true