cblnpa
cblnpa

Reputation: 507

Disable multiple cursors in VSCode

I was playing on my vscode configurations and accidentally change some configuration when I want to select the text on my code lines.

For example, when I want to select some lines in my code immediately appears a lot of cursors instead of selecting the text that I wanted. How can I change this configuration? Because a few days ago the selection in VSCode worked properly.

As you can see on the screenshot below, this happens when I try to select those lines :(

screenshot with the problem in vscode

Upvotes: 0

Views: 1240

Answers (1)

Mark
Mark

Reputation: 180695

Turn off Column Selection Mode

From the main menu: Selection/Column Selection Mode uncheck

or there should be a Column Selection button on the Status Bar to the right that can be disabled.

Upvotes: 4

Related Questions