diff options
author | shoshin <shoshin@cicadas.surf> | 2022-07-01 21:44:57 -0500 |
---|---|---|
committer | shoshin <shoshin@cicadas.surf> | 2022-07-01 21:44:57 -0500 |
commit | 85a0530fe500619c04646f6907f1e74657e2162e (patch) | |
tree | 68a22a3ae8e8ab0d98681df877ec0b454a08d1af /shoshin-config.org | |
parent | 0b7e6a08fd27d3f7439cd1e3f41d17064f02bfae (diff) |
Add: note about [consult] virtual buffers
Diffstat (limited to 'shoshin-config.org')
-rw-r--r-- | shoshin-config.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shoshin-config.org b/shoshin-config.org index 67c4dc5..da3d967 100644 --- a/shoshin-config.org +++ b/shoshin-config.org @@ -249,6 +249,15 @@ built in completing read functionality of the minibuffer. main entry point would be ~consult-buffer~. however, there are many consult commands that can enhance any completing read function. +*** "Virtual Buffers" + +it introduces this concept of "Virtual Buffers", but i'm not certain what +it means. consult "supports ... narrowing to the virtual buffer types". + +perhaps a Virtual Buffer is a "grouping" of actual Emacs buffers or "things" +that can be materialized in a buffer. For example, I can ~consult-buffer~ +and press ~m SPC~ to narrow the "buffer list" to any bookmarks. + *** consult keybindings #+begin_src emacs-lisp |