evil-collection: don't use $ for end-of-line in magit I'm using to $ showing the magit processes.
1 files changed, 1 insertions(+), 0 deletions(-) M lisp/keys.el
M lisp/keys.el => lisp/keys.el +1 -0
@@ 44,6 44,7 @@ ;; Evil-like bindings for various modes (use-package evil-collection + :custom (evil-collection-magit-use-$-for-end-of-line nil) :straight (evil-collection :type git :host github :repo "emacs-evil/evil-collection" :fork (:host github :repo "edwargix/evil-collection"))