sh-ow / ez-query-replace.el

A helpful query-replace for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ez-query-replace

MELPA

ez-query-replace is a simple wrapper around `query-replace' that adds a default search term, and allows you to conveniently replay old replacements.

Changelog

v0.4

ez-query-replace is now smarter about setting the initial value of point when you are replacing the value at point.

We also now support helm/ivy/whatever your favourite completion engine is.

v0.3

If the region is active when ez-query-replace is called, we deactivate it after reading its contents. The active region just gets in the way when you're replacing values.

v0.2

Improved the minibuffer prompt: say what we're replacing when we do the replacement.

v0.1

Initial release.

About

A helpful query-replace for Emacs

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%