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

Emulating iedit-mode #6

Open
nordlow opened this issue Apr 17, 2019 · 0 comments
Open

Emulating iedit-mode #6

nordlow opened this issue Apr 17, 2019 · 0 comments

Comments

@nordlow
Copy link

nordlow commented Apr 17, 2019

I'm looking for a way to emulate behaviour of iedit-mode typically bound as

(global-set-key (kbd "C-;") 'iedit-mode)

to directly start editing the current symbol at point. In essence, iedit-mode enters a mode where the symbol at point and all its references in the current buffer becomes directly editable. Pressing the key Enter or C-g completes the editing.

This because iedit is often too sluggish for my use cases with when number of symbol references reaches a certain threshold, typically around 50.

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

1 participant