mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Since multi-line inputs are useless to consult-line and swiper, I've changed +default/search-buffer to be more DWIM (do-what-I-mean). i.e. if a selection is active when invoking it, and... - The selection is multi-line: restrict the search to that region. - The selection is *not* multi-line: use the selection as the initial input. - Otherwise, search the whole buffer as normal.