mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
C-s = company-filter-candidates in company-active-map
Incrementally filter the candidates list, rather than restart it.
This commit is contained in:
@ -132,7 +132,7 @@
|
||||
"C-p" #'company-select-previous-or-abort
|
||||
"C-j" #'company-select-next-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)))
|
||||
|
||||
(:when (featurep! :completion ivy)
|
||||
|
Reference in New Issue
Block a user