trying to fix
This commit is contained in:
parent
fa407dfeb6
commit
e013d7569e
22945 changed files with 447936 additions and 0 deletions
|
@ -0,0 +1,17 @@
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue