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

how to skip a match? #34

Open
shenhai-ran opened this issue Nov 21, 2019 · 2 comments
Open

how to skip a match? #34

shenhai-ran opened this issue Nov 21, 2019 · 2 comments
Labels

Comments

@shenhai-ran
Copy link

If I don't want to edit all the matches, how can I skip some of them?

Thanks!

@hlissner
Copy link
Owner

There is no skip-next-match command, atm, but with the default keybinds you can press RET (bound to evil-multiedit-toggle-or-restrict-region) on iedit regions to toggle them.

You can also bind this command in visual mode to be able to select a region and restrict iedit to it.

(evil-define-key* 'visual 'global (kbd "RET") #'evil-multiedit-toggle-or-restrict-region)

@mohkale
Copy link

mohkale commented Jan 15, 2020

Can't you use iedit-toggle-selection?

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

No branches or pull requests

3 participants