Merge pull request #1075 from filalex77/patch-3
[config/default] Fix C-S-s in company minibuffer
This commit is contained in:
commit
aee774233b
1 changed files with 2 additions and 2 deletions
|
@ -246,8 +246,8 @@
|
|||
"C-u" #'company-previous-page
|
||||
"C-d" #'company-next-page
|
||||
"C-s" #'company-filter-candidates
|
||||
"C-S-s" `(,(cond ((featurep! :completion helm) #'helm-company)
|
||||
((featurep! :completion ivy) #'counsel-company)))
|
||||
"C-S-s" (cond ((featurep! :completion helm) #'helm-company)
|
||||
((featurep! :completion ivy) #'counsel-company)))
|
||||
"C-SPC" #'company-complete-common
|
||||
[tab] #'company-complete-common-or-cycle
|
||||
[backtab] #'company-select-previous)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue