fix: Disable evil `evil-ex-visual-char-range'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user