Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable multiple cursors in sublime2?

Tags:

sublimetext2

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..

like image 581
Stpn Avatar asked Jan 04 '13 20:01

Stpn


People also ask

How do I get multiple cursors in Sublime Text?

While you can place multiple text cursors in Sublime Text with Cmd–Click (Mac) or Ctrl–Click (Windows), here's another technique that comes in handy. Hold Ctrl–Shift (Mac) or Ctrl–Alt (Windows) and hit Up or Down Arrow to place an additional text cursor above or below the current cursor.

How do you select multiple lines in Sublime Text?

To select multiple regions using the keyboard, select a block of text, then press Ctrl+Shift+L to split it into one selection per line.


Video Answer


1 Answers

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.
like image 71
laktak Avatar answered Sep 19 '22 19:09

laktak