Is there a way to tab through multiple cursors like you can with placeholders?
Having those cursors placed you would:
You could create bookmarks with the multiple cursors (ctrl+f2
or cmd+f2
by default I think). Then, you could return to a single cursor (escape
). After you enter the content on a particular line, you could then move to the next bookmark (f2
by default). Of course, those are with the default keybindings. You can always rebind them to something more comfortable than f2
.
There is a plugin for that and more. https://packagecontrol.io/packages/MultiEditUtils
You can add this line to your User Keybindings for custom hotkey:
{ "keys": ["alt+d"], "command": "selection_fields" },
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With