emacs/var/elfeed/db/data/1b/1be7944bd9f3d7b3928bb3332286ff68ea05c435
2022-01-03 12:49:32 -06:00

17 lines
747 B
Plaintext

<p>Raw link: <a href="https://www.youtube.com/watch?v=6KN_oSLFf-k">https://www.youtube.com/watch?v=6KN_oSLFf-k</a></p>
<p><code>ibuffer</code> is a library that is built into Emacs. It allows us to
operate on the buffer list in a number of ways. We can sort, mark,
filter using several predicates such as buffer name, major mode,
filesystem path.</p>
<p>Furthermore, <code>ibuffer</code> provides convenient access to other built-in
commands, such as <code>query-replace</code> and <code>occur</code>. You can use these to
operate on a subset of marked buffers.</p>
<p>Check <a href="https://protesilaos.com/emacs/dotemacs">my dotemacs</a> for configurations
on this and other tools.</p>