C-s = company-filter-candidates in company-active-map
Incrementally filter the candidates list, rather than restart it.
This commit is contained in:
parent
befb2baeda
commit
d6ef43a563
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue