Sami Kankaristo
Sami Kankaristo
Are you marking the last cursor? This is (used to be?) an issue with any action, if you mark the last cursor, instead of just moving the cursor to its...
That actually sounds like a nice workflow, and probably simpler to use than the current functionality. One way that this could be possible in Atom would require overriding the default...
Sorry that it took me so long to take a look at this. Looks like a valuable addition, and seems to be working well! One thing I'd like to have...
This used to be a feature, but Atom has since changed the way cursors show up in the DOM. The last/controlled cursor used to be the last ``, but now...
You don't need to mark the last position, just move the cursor there and start typing. After typing the first character, Atom notices that there are multiple cursors at the...
This package is currently broken because of #2, but after that's fixed, I could take a look at this. I haven't really used vim-mode (although I use Vim every now...
All that multi-cursor-plus does is move only the last cursor instead of all cursors, which is what Atom does by default. When you "mark", it creates a new cursor, which...
Currently, this entire package is broken, because adding a cursor doesn't work. I haven't looked at multi-cursor after I made this package. I'll take another look at it when I...
This could be changed to `ctrl-alt-shift-t`. Or set "open terminal" to `alt-shift-t` and add `ctrl` for project root?
Does the current implementation (in the devel branch) allow deleting items from the same menu as selecting an item? Or does it need a separate menu (or command/keybinding) to delete...