consult
consult copied to clipboard
:mag: consult.el - Consulting completing-read
Command wishlist
### todo/open for discussion * [ ] transient menu for `consult-ripgrep/grep/...` (See #170 for a prototype, #238) * [ ] `consult-kill-lines` and `consult-copy-lines` variants of `kill/copy-matching-lines` in the style of...
Hi Daniel, I was hoping to find some kind of consult-info command to search Info manuals, but I didn't see any, and looking at #6, I see #128, which is...
Currently `consult-line-multi` pregenerates all candidates similar to `consult-line`. If we add #634 and `consult--dynamic-collection` we could also convert `consult-line-multi` to a more efficient command which performs the search on demand....
Emacs recently changed how register jumping/loading is handled. The variable `register-use-preview` may be used to adjust that behaviour; it's read and acted upon by (e.g.) `register-read-with-preview`. That function (which we...
I have created a buffer source for filtering buffers within the current Tab, which should be useful for users use the `tab-bar`. I browsed the issues and discussion lists and...