Sublime Forum

How to select multiple lines with alt + click?

#1

How i could do this thing on sublime?
I mean: https://i.imgur.com/BSsBOOc.gif

On notepad++ when i hold ALT + click i can select multiple lines according to the cursor position.

0 Likes

#2

shift + (holding right click and drag)

0 Likes

#3

Thank you, do you know how i could set it to alt + left click?
I’m looking at the sublime-keymap but i have no idea the name of this binding.

0 Likes

#4

it’s mouse binding. not key binding.

0 Likes

#5

I see, but how to modify it to alt + left click.

0 Likes

#6

The process for this is the same as for key bindings; use Preferences > Mouse Bindings, find the binding in the left hand pane that’s doing what you want, copy it to the right, and change the key/button assignment.

0 Likes