emacs/var/elfeed/db/data/55/550aa75a0874ea7d72b0fdd6e2b30bb6aa47a961
2022-01-03 12:49:32 -06:00

25 lines
1.1 KiB
Plaintext

<p>Raw link: <a href="https://www.youtube.com/watch?v=rLF9oTmVFsc">https://www.youtube.com/watch?v=rLF9oTmVFsc</a></p>
<p>In this video I demonstrate a few techniques to replace search matches
across a number of files or buffers, using a variety of tools. The
tools I use involve:</p>
<ul>
<li><code>counsel-git-grep</code>, which is powered by the <code>ivy</code> completion
framework and which can edit its output with <code>wgrep</code>.</li>
<li><code>ivy-switch-buffer</code>, followed by <code>ibuffer</code> and <code>occur</code>.</li>
<li><code>dired</code>, followed by an interface that looks like that of <code>occur</code>.</li>
</ul>
<p>Other commands where <code>query-replace</code> and keyboard macros.</p>
<hr />
<p>For my setup check <a href="https://protesilaos.com/emacs/dotemacs">my dotemacs</a>. The
theme used in this video is “Modus Operandi” (<code>modus-operandi-theme</code>)
which is available on MELPA. For more, check the <a href="https://gitlab.com/protesilaos/modus-themes">Modus themes on
GitLab</a>.</p>