How to disable multiple cursors in sublime2?
sublimetext2
Solution
If you have multiple cursors just press ESC to return to a single one.
@starwed - how did you accidentally enable it?
- Open your preferences/keymap and
- search for `split_selection_into_lines`, `find_under_expand` and `find_under_expand_skip` (these are the main methods to enable multiple cursors)
- then assign a key combination that you are unlikely to press by accident.
Problem
How do I disable the multiple cursor feature in Sublime text 2? I googled, but found only videos on how to use it, not how to not use it..