completion/ivy: reduce min-chars for counsel-search to 2
From default of 3
This commit is contained in:
parent
ebf3739cf1
commit
6c0d71eb65
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ This uses a search algorithm other than ivy's default.")
|
|||
(t . +ivy-alternative-search))
|
||||
ivy-more-chars-alist
|
||||
'((counsel-rg . 1)
|
||||
(counsel-search . 2)
|
||||
(t . 3)))
|
||||
|
||||
(define-key!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue