Question: How do I quickly put a cursor on 2 or more lines? #9516
-
I checked the docs and tutor but nothing stood out to me for this beyond memorizing a regex (maybe) Let's say I have the text
and I want to trim both lines so I can align it to the text, so naturally I want to start deleting on both and then How do I get multiple cursors to show up either like of the examples below, quickly and easily?
or
Thanks in advance and if this isn't a feature, maybe it should be? (or not!) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Pls open an issue for that one, I don't think it is supported but Helix. |
Beta Was this translation helpful? Give feedback.
-
If your cursor is on the last |
Beta Was this translation helpful? Give feedback.
If your cursor is on the last
#
on the first line and you useC
it will create a cursor on the next suitable line which will be the last line. Then you can usegl
to move both cursors to the ends of their lines