Use [escape] instead of ESC to abort company
Because rebinding ESC breaks some meta keybinds for tty users.
This commit is contained in:
parent
47be32d422
commit
2fb76b3ba0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue