Skip to content

Commit

Permalink
fix(evil): repeat last command "." fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 15, 2023
1 parent 833b03d commit 1cca61c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-evil.el
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 1cca61c

Please sign in to comment.