Skip to content
New issue

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

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

Already on GitHub? # to your account

A way to circle through selected items #3

Open
viocost opened this issue Jul 15, 2024 · 3 comments
Open

A way to circle through selected items #3

viocost opened this issue Jul 15, 2024 · 3 comments

Comments

@viocost
Copy link

viocost commented Jul 15, 2024

Is there a way to circle through selected items while in iedit mode?

@altermo
Copy link
Owner

altermo commented Jul 15, 2024

Added it. (7863c2f)
Use require"iedit"._goto_next(true) for now. (I want to refactor it later to be better, and that's the reason behind it being underscored.)

@viocost
Copy link
Author

viocost commented Jul 15, 2024

Wow man, you are quick :)

I've started implementing it too, but I also added some logic to handle going back and forth, and utilizing "n" and "N" keys to trigger that.

It's quite a mess yet, but let me know if you like it, I can refine and merge it to your branch
viocost@d98af05

@altermo
Copy link
Owner

altermo commented Jul 15, 2024

No need, I just added an argument for going backward. (2d72361)

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

No branches or pull requests

2 participants