completion/company: TAB auto-completion in comint/term buffers
This commit is contained in:
parent
0e63ad913d
commit
3daa1576ba
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@
|
||||||
"C-s" (λ! (company-search-abort) (company-filter-candidates))
|
"C-s" (λ! (company-search-abort) (company-filter-candidates))
|
||||||
[escape] #'company-search-abort))
|
[escape] #'company-search-abort))
|
||||||
|
|
||||||
|
;; TAB auto-completion in term buffers
|
||||||
|
(after! comint
|
||||||
|
(map! :map comint-mode-map [tab] #'company-complete))
|
||||||
|
|
||||||
(global-company-mode +1))
|
(global-company-mode +1))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue