We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833b03d commit 1cca61cCopy full SHA for 1cca61c
core/me-evil.el
@@ -22,7 +22,8 @@
22
(evil-split-window-below t)
23
(evil-vsplit-window-right t)
24
(evil-kill-on-visual-paste nil)
25
- (evil-respect-visual-line-mode t)
+ ;; BUG: setting this to t triggers errors on pressing . to repeat command
26
+ (evil-respect-visual-line-mode nil)
27
(evil-ex-interactive-search-highlight 'selected-window)
28
:config
29
(+map!
0 commit comments