Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] macrursors-mark-from-region #14

Open
Gavinok opened this issue Dec 12, 2023 · 2 comments
Open

[FEATURE] macrursors-mark-from-region #14

Gavinok opened this issue Dec 12, 2023 · 2 comments

Comments

@Gavinok
Copy link

Gavinok commented Dec 12, 2023

I would love to see a new function added. It's functionality is as follows macrursors-mark-from-region

mark the next occurence of the current region. e.g. I have

this thing |is here
this is thing

with is selected as the active region. Then calling macrursors-mark-from-region will place the next cursor like so

this thing |is here
this |is thing

If however the cursor is at the alternative side of the region like so

this thing is| here
this is thing

the new macrursors mark would be placed like this

this thing |is here
this is| thing
@corytertel
Copy link
Owner

Hello,
I cannot find the function which you are referring to in any file. Do you mean macrursors--mark-all-instances-of or macrursors-mark-next-instance-of? Are you on the latest version?
Thanks.

@Gavinok
Copy link
Author

Gavinok commented Dec 13, 2023

I am asking for a new function to be added. It does not yet exist. Sorry for the confusion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants