From: Amin Bandali Date: Tue, 4 Dec 2018 21:15:16 +0000 (-0500) Subject: [emacs/evil] enable crossing lines X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/268e10775d782465718c3ce871f247b4936757e0 [emacs/evil] enable crossing lines --- 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)