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.
visual-line-mode
1 parent 2ea7834 commit 672f31cCopy full SHA for 672f31c
core/me-evil.el
@@ -22,8 +22,7 @@
22
(evil-split-window-below t)
23
(evil-vsplit-window-right t)
24
(evil-kill-on-visual-paste nil)
25
- ;; BUG: setting this to t triggers errors on pressing . to repeat command
26
- (evil-respect-visual-line-mode nil)
+ (evil-respect-visual-line-mode t)
27
(evil-ex-interactive-search-highlight 'selected-window)
28
:config
29
(+map!
0 commit comments