Unbind TAB in comint buffers
They usually handle their own completion keybinding on TAB.
This commit is contained in:
parent
40cf6139ed
commit
2e6902f7ae
1 changed files with 1 additions and 5 deletions
|
@ -132,11 +132,7 @@
|
||||||
"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" (cmd! (company-search-abort) (company-filter-candidates))
|
||||||
[escape] #'company-search-abort))
|
[escape] #'company-search-abort)))
|
||||||
;; TAB auto-completion in term buffers
|
|
||||||
(:after comint :map comint-mode-map
|
|
||||||
"TAB" #'company-complete
|
|
||||||
[tab] #'company-complete))
|
|
||||||
|
|
||||||
(:when (featurep! :completion ivy)
|
(:when (featurep! :completion ivy)
|
||||||
(:after ivy
|
(:after ivy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue