From 69b22581e7a7e1391141042de5402438186f1450 Mon Sep 17 00:00:00 2001 From: donneyluck Date: Sun, 8 Oct 2023 14:17:30 +0800 Subject: [PATCH] fix(evil): evil repeat error --- core/me-evil.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/me-evil.el b/core/me-evil.el index bc17c072..442c97fb 100644 --- a/core/me-evil.el +++ b/core/me-evil.el @@ -22,7 +22,8 @@ (evil-split-window-below t) (evil-vsplit-window-right t) (evil-kill-on-visual-paste nil) - (evil-respect-visual-line-mode t) + ;; BUG: setting this to t triggers errors on pressing . to repeat command + (evil-respect-visual-line-mode nil) (evil-ex-interactive-search-highlight 'selected-window) :config (+map!