2

Does anyone know if this is possible to do on a mac?

http://swanintelligence.com/multi-cursor-in-jupyter.html

It looks like they are highlighting the entire text block and then getting multi-line cursors. I try doing this with option + mouse selection and then cmd + mouse click but it doesn't work.

Negative Correlation
  • 813
  • 1
  • 11
  • 26

1 Answers1

5

this is pretty cool. here's how I did it option(alt) + mouse selection

then, instead of cmd + click try cmd + "right key"

this should multi-select all the ending rows

*option(alt) + "right key" instead of cmd + click seems to work as well, along with cmd + "right key"

iatechicken
  • 171
  • 8