jidibinlin
jidibinlin
@zerolfx I didn`t. this is my value of copilot-enbale-predicates ``` elisp (evil-insert-state-p copilot--buffer-changed) ```
I have the similar problem. C-n won`t work when emacs started. But will work fine when i reuse it. This problem seems only for evil.
@agzam Hi! If you use evil-collection with evil. I think you can solve this problem in this way ``` (use-package evil-collection :after evil :demand t :ensure t :custom (evil-collection-want-unimpaired-p nil)...