You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: