kankaristo / atom-multi-cursor-plus

Improved multi-cursor functionality for Atom: https://atom.io/packages/multi-cursor-plus
MIT License
20 stars 1 forks source link

Can't mark #5

Closed akmur closed 8 years ago

akmur commented 8 years ago

It seems like I'm not able to mark.

I tried to add a key binding, and also tried by using cmd+shift-p and select "multi-cursor-plus: mark" but it seems to me nothing happens. Am I doing something wrong?

kankaristo commented 8 years ago

Do the movement commands work?

Mark doesn't really have a good visual indication that something has happened, but moving the cursor away should leave a light blue (depending on your theme) cursor behind.

Note that you have to use the multi-cursor-plus movement commands. If you move the cursor with the regular movement commands (i.e. cursor keys or mouse), Atom takes over and combines the 2 cursors, because they're in the same position.

kankaristo commented 8 years ago

However, I haven't tested this at all on a Mac (I'm on Linux), but I don't think it should make a difference.

akmur commented 8 years ago

Thanks this is solved, it was caused by myself not understanding how to use the package, plus my keybindings were already used. Thanks a lot