Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

atom-editor cmd-click for multi-cursors not working anymore after cmd-click on a hyperlink

Tags:

atom-editor

atom editor on mac osx related:

I did cmd-click on a hyperlink and got a popup (lost it before able to read), and now my cmd-click to set multiple cursors is not working any more.

anybody can tell me how to reactivate multi-cursor by cmd-click again?

like image 305
Dirk Hoffmann Avatar asked Jun 30 '17 11:06

Dirk Hoffmann


3 Answers

For a temporary fix:

  1. open the console (you can use ctrl+shift+I shortcut, respectively alt+command+I shortcut on MacOS),
  2. run atom.config.set('core.editor.multiCursorOnClick', true);.

Notes: You might also want to take a look at your hyperclick or atom-ide-hyperclick package. In atom preferences, go to Settings and change the Trigger keys for MacOS to become command + click.

like image 167
fadly kayo Avatar answered Nov 05 '22 13:11

fadly kayo


I've solved this issue by changing the trigger keys to shift+control+click, in atom-ide-ui, under the Hyperclick section.

like image 23
ToX 82 Avatar answered Nov 05 '22 14:11

ToX 82


found it finally ... it was hyperclick plugin which redefined cmd-click.

But I had hyperclick plugin installed for months, it never interrupted multi-cursor from working ...

anyway ... kind of rubber duck debugging ...

like image 3
Dirk Hoffmann Avatar answered Nov 05 '22 14:11

Dirk Hoffmann