fix: Disable evil `evil-ex-visual-char-range'

This commit is contained in:
Madeleine Sydney
2025-01-12 11:41:31 -07:00
parent 21fa5a8a0c
commit 3afc9c2e0e

View File

@@ -7,7 +7,12 @@
evil-move-beyond-eol t evil-move-beyond-eol t
evil-vsplit-window-right t evil-vsplit-window-right t
evil-ex-search-vim-style-regexp t evil-ex-search-vim-style-regexp t
evil-ex-visual-char-range t ;; - If nil: When using ex commands on a visual selection, pass the
;; precise region selected to the command.
;; - If non-nil: Pass the region of /lines/ spanned by the visual
;; selection.
evil-ex-visual-char-range nil
;; Don't display the state in the mode line.
evil-mode-line-format nil evil-mode-line-format nil
evil-normal-state-cursor 'box evil-normal-state-cursor 'box
evil-emacs-state-cursor 'hbar evil-emacs-state-cursor 'hbar