mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Treat +ivy/project-search & +default/project-search as counsel-rg
This gives the former commands access to any actions (on C-o) or counsel configuration meant for counsel-rg.
This commit is contained in:
@@ -40,7 +40,10 @@ This uses a search algorithm other than ivy's default.")
|
||||
`((counsel-rg . +ivy-standard-search)
|
||||
(swiper . +ivy-standard-search)
|
||||
(swiper-isearch . +ivy-standard-search)
|
||||
(t . +ivy-alternative-search)))
|
||||
(t . +ivy-alternative-search))
|
||||
ivy-more-chars-alist
|
||||
'((counsel-rg . 1)
|
||||
(t . 3)))
|
||||
|
||||
(define-key!
|
||||
[remap switch-to-buffer] #'+ivy/switch-buffer
|
||||
|
Reference in New Issue
Block a user