diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index 319e4b3e8..b9ab54bfc 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -132,11 +132,7 @@ "C-j" #'company-select-next-or-abort "C-k" #'company-select-previous-or-abort "C-s" (cmd! (company-search-abort) (company-filter-candidates)) - [escape] #'company-search-abort)) - ;; TAB auto-completion in term buffers - (:after comint :map comint-mode-map - "TAB" #'company-complete - [tab] #'company-complete)) + [escape] #'company-search-abort))) (:when (featurep! :completion ivy) (:after ivy