company keybindings
This commit is contained in:
parent
0dfa4ae2d5
commit
a41f51a35e
1 changed files with 4 additions and 0 deletions
4
init.el
4
init.el
|
@ -121,6 +121,10 @@
|
||||||
(use-package company
|
(use-package company
|
||||||
:config
|
:config
|
||||||
(global-company-mode 1)
|
(global-company-mode 1)
|
||||||
|
(define-key company-active-map (kbd "C-n") 'company-select-next)
|
||||||
|
(define-key company-active-map (kbd "C-p") 'company-select-previous)
|
||||||
|
(define-key company-active-map (kbd "C-j") 'company-select-next)
|
||||||
|
(define-key company-active-map (kbd "C-k") 'company-select-previous)
|
||||||
(setq company-idle-delay 0.2
|
(setq company-idle-delay 0.2
|
||||||
company-minimum-prefix-length 2
|
company-minimum-prefix-length 2
|
||||||
company-require-match nil
|
company-require-match nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue