Minor refactors; unbind F1 from company active map
This commit is contained in:
parent
967390fe6c
commit
0ec0ff5ecb
3 changed files with 6 additions and 4 deletions
|
@ -141,7 +141,8 @@
|
|||
"C-SPC" #'company-complete-common
|
||||
"TAB" #'company-complete-common-or-cycle
|
||||
[tab] #'company-complete-common-or-cycle
|
||||
[backtab] #'company-select-previous)
|
||||
[backtab] #'company-select-previous
|
||||
[f1] nil)
|
||||
(:map company-search-map ; applies to `company-filter-map' too
|
||||
"C-n" #'company-select-next-or-abort
|
||||
"C-p" #'company-select-previous-or-abort
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue