feat(emacs): Evil-mode adjustments

This commit is contained in:
Madeleine Sydney
2025-03-04 03:10:59 -07:00
parent 6523fc6b64
commit 7edba3e295

View File

@@ -15,11 +15,11 @@
evil-want-Y-yank-to-eol t evil-want-Y-yank-to-eol t
evil-want-C-u-scroll t evil-want-C-u-scroll t
evil-want-C-w-in-emacs-state t evil-want-C-w-in-emacs-state t
;; - If nil: When using ex commands on a visual selection, pass the ;; - If non-nil: When using ex commands on a visual selection, pass the
;; precise region selected to the command. ;; precise region selected to the command.
;; - If non-nil: Pass the region of /lines/ spanned by the visual ;; - If nil: Pass the region of /lines/ spanned by the visual selection.
;; selection. evil-ex-visual-char-range t
evil-ex-visual-char-range nil evil-v$-excludes-newline t
;; Don't display the state in the mode line. ;; 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