Search
- ‘
consult-line’: Enter search string and select from matching lines. Supports live preview and recursive editing. The symbol at point and the recent Isearch string are added to the "future history" and can be accessed by pressing ‘M-n’. When ‘consult-line’ is bound to the ‘isearch-mode-map’ and is invoked during a running Isearch, it will use the current Isearch string. - ‘
consult-line-multi’: Search dynamically across multiple buffers. By default search across project buffers. If invoked with a prefix argument search across all buffers. The candidates are computed on demand based on the input. The command behaves like ‘consult-grep’, but operates on buffers instead of files. - ‘
consult-keep-lines’: Replacement for ‘keep/flush-lines’ which uses the current completion style for filtering the buffer. The function updates the buffer while typing. In particular ‘consult-keep-lines’ can narrow down an exported Embark collect buffer further, relying on the same completion filtering ascompleting-read. If the input begins with the negation operator, i.e.,! SPC, the filter matches the complement. If a region is active, the region restricts the filtering. - ‘
consult-focus-lines’: Temporarily hide lines by filtering them using the current completion style. Call with ‘C-u’ prefix argument in order to show the hidden lines again. If the input begins with the negation operator, i.e.,! SPC, the filter matches the complement. In contrast to ‘consult-keep-lines’ this function does not edit the buffer. If a region is active, the region restricts the filtering.