C-s = company-filter-candidates in company-active-map

Incrementally filter the candidates list, rather than restart it.
This commit is contained in:
Henrik Lissner 2020-11-15 22:00:56 -05:00
parent befb2baeda
commit d6ef43a563
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -132,7 +132,7 @@
"C-p" #'company-select-previous-or-abort "C-p" #'company-select-previous-or-abort
"C-j" #'company-select-next-or-abort "C-j" #'company-select-next-or-abort
"C-k" #'company-select-previous-or-abort "C-k" #'company-select-previous-or-abort
"C-s" (cmd! (company-search-abort) (company-filter-candidates)) "C-s" #'company-filter-candidates
[escape] #'company-search-abort))) [escape] #'company-search-abort)))
(:when (featurep! :completion ivy) (:when (featurep! :completion ivy)