Skip to content

Instantly share code, notes, and snippets.

@palikar
Created October 17, 2018 09:19
Show Gist options
  • Save palikar/8af44b28b04cbfbfac937c667aa7e0a4 to your computer and use it in GitHub Desktop.
Save palikar/8af44b28b04cbfbfac937c667aa7e0a4 to your computer and use it in GitHub Desktop.
IEdit emacs config

IEdit is kinda like real time search and replace. It’s similar to that one vim feature that I see people using from time to time. After a word is selected by the region, you can go into iedit-mode with M-i and while editing the marked region, all other occurrences will be changed accordingly.

(require 'iedit)
(define-key my-keys-mode-map (kbd "M-i") 'iedit-mode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment