diff --git a/init.el b/init.el index 69caab0..9857eea 100644 --- a/init.el +++ b/init.el @@ -164,11 +164,13 @@ (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 + (define-key company-search-map (kbd "C-n") 'company-select-next) + (define-key company-search-map (kbd "C-p") 'company-select-previous) + (define-key company-search-map (kbd "C-j") 'company-select-next) + (define-key company-search-map (kbd "C-k") 'company-select-previous) + (setq company-idle-delay 0.1 company-minimum-prefix-length 2 - company-require-match nil - company-dabbrev-ignore-case nil - company-dabbrev-downcase nil) + company-require-match nil) ) ;; lsp