Sublime has a feature whereby one can type in two places in a file at once. I tend to forget what it is called. (‘Multi-cursor entry’?) But I am reminded often of the feature, because it keeps turning on when I don’t wish it to. I discover from the 'net that others have this problem and I’ve tried their solution but it is not working. That solution is to have this in my sublime keybindings file:
// Override that damn multiple cursors thing - requires multiple overrides.
{ "keys": ["ctrl+shift+tab+a"], "command": "split_selection_into_lines" },
{ "keys": ["ctrl+shift+tab+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+shift+tab+e"], "command": "find_under_expand_skip" },
{ "button": ["button1"], "count": 1, "modifiers": "ctrl",
"press_command": "drag_select" },
]
I love Sublime, but this is driving me nuts. Admittedly the touchpad on the laptop in question has its oddities, but, still, surely there is a way to stop this behaviour by changing something in Sublime - yes? And, no, I don’t know how I keep turning it on accidentally.
Sublime Text, dev channel, build 3208
Linux.