atom-multi-cursor-plus icon indicating copy to clipboard operation
atom-multi-cursor-plus copied to clipboard

Improved multi-cursor functionality for Atom: https://atom.io/packages/multi-cursor-plus

Results 10 atom-multi-cursor-plus issues
Sort by recently updated
recently updated
newest added

Deletes all cursors except the last/active one (obviously).

#11 i review your questions and rethink my issue. I think that me needed simple command `mark-and-move` example: ``` 'ctrl-alt-up': 'multi-cursor-plus:mark--move-up' 'ctrl-alt-down': 'multi-cursor-plus:mark--move-down' # move left and right keys yet...

Hey, love the package, Found an issue with the first action being a delete when the rows are canted.. the last cursor does a double delete on the first del...

I like the workflow from the sublime text package: [PowerCursors](https://packagecontrol.io/packages/PowerCursors) much better, because then you do not have to override all of your alt-keybindings to add and especially move around...

There is one thing I badly miss form emacs `multiple-cursors.el` package, namely support for the operations *mark previous like this* and *mark next like this*, bound to `ctrl-` respectively. I...

When I mark multiple positions the first keystroke is doubled at the position that I marked last.

It would be nice to be able to mark cursor without having to always holding the alt button and activate them all at once with another command. Look at SublimeText...

not sure what's involved, if this just need different suggested keybinding options or what, but it would be ideal to have this plugin working fully with all the vim stuff...

Atom doesn't allow creating a cursor on top of another cursor, so `multi-cursor-plus` creates the new cursor at the beginning of the file and moves it to the same position...