Use [escape] instead of ESC to abort company

Because rebinding ESC breaks some meta keybinds for tty users.
This commit is contained in:
Henrik Lissner 2019-12-28 17:39:00 -05:00
parent 47be32d422
commit 2fb76b3ba0
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -142,7 +142,7 @@
"C-j" #'company-select-next-or-abort
"C-k" #'company-select-previous-or-abort
"C-s" (λ! (company-search-abort) (company-filter-candidates))
"ESC" #'company-search-abort))
[escape] #'company-search-abort))
;; TAB auto-completion in term buffers
(:after comint :map comint-mode-map
"TAB" #'company-complete