From 1ca55bc3777f915bfb6bdefa0b20d1ff9123b73a Mon Sep 17 00:00:00 2001 From: Madeleine Sydney Date: Sun, 12 Jan 2025 12:51:38 -0700 Subject: [PATCH] feat: Set `evil-want-Y-yank-to-eol` and `evil-want-C-w-in-emacs-state` --- users/crumb/programs/emacs/modules/syd-evil.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/crumb/programs/emacs/modules/syd-evil.el b/users/crumb/programs/emacs/modules/syd-evil.el index 1e93faa..737848d 100644 --- a/users/crumb/programs/emacs/modules/syd-evil.el +++ b/users/crumb/programs/emacs/modules/syd-evil.el @@ -7,6 +7,8 @@ evil-move-beyond-eol t evil-vsplit-window-right t evil-ex-search-vim-style-regexp t + evil-want-Y-yank-to-eol t + evil-want-C-w-in-emacs-state 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