Replies: 1 comment 1 reply
-
I think this is a good idea, and I had thought about it. I want to make the selection behaviors as close to the behaviors in normal state as possible. I'll probably find a time to work on it. I'm missing some motivation because I believe these use cases are too few. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've had this thought floating around for a while that if we had some way to manipulate the beacons and their selections, maybe we could lessen the need to record as many macros while doing edits in structured text.
I don't really know how feasible this is to do, or if it is as useful as it seems in my head.
The idea is that we have commands that place beacons and commands that manipulate the selections of those beacons. This would allow us to do something like "t = ] l" to place a beacon at each equal sign, then make a selection from each beacon to the end of the line.
There are probably a bunch of edge cases that I'm not thinking of, but I think this could be good to prototype.
Beta Was this translation helpful? Give feedback.
All reactions