mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Unbind TAB in comint buffers
They usually handle their own completion keybinding on TAB.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user