From 268e10775d782465718c3ce871f247b4936757e0 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 4 Dec 2018 16:15:16 -0500 Subject: [PATCH] [emacs/evil] enable crossing lines --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 96911f2..82e3324 100644 --- a/init.org +++ b/init.org @@ -720,7 +720,8 @@ customizing it. (evil-mode 1) (general-swap-key nil '(normal motion) ";" ":") - (setq evil-want-visual-char-semi-exclusive t) + (setq evil-want-visual-char-semi-exclusive t + evil-cross-lines t) ;; custom mode state mappings (dolist (mspair '((ebdb-mode . emacs) -- 2.20.1