From d655fc853f116587bf345339c69ee739537ea47b Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 23 Mar 2016 11:49:13 -0400 Subject: [PATCH] :iedit for evil-multiedit --- core/core-evil.el | 4 ++-- private/my-commands.el | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/core-evil.el b/core/core-evil.el index b0bb8331f..5859f5573 100644 --- a/core/core-evil.el +++ b/core/core-evil.el @@ -279,9 +279,9 @@ evil-multiedit-toggle-or-restrict-region evil-multiedit-next evil-multiedit-prev - evil-multiedit-abort) + evil-multiedit-abort + evil-multiedit-ex-match) :init - (exmap "ie" 'evil-multiedit-ex-match) (map! :v "R" 'evil-multiedit-match-all :n "M-C-D" 'evil-multiedit-restore :nv "M-d" 'evil-multiedit-match-and-next diff --git a/private/my-commands.el b/private/my-commands.el index f869fff9e..30cd457fa 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -19,6 +19,7 @@ (exmap "wal[ign]" 'narf:whitespace-align) ; align spaces (exmap "rec[ent]" 'narf:helm-recentf) ; show recent files in helm (exmap "reo[rient]" 'narf/window-reorient) ; scroll all windows to left +(exmap "ie[dit]" 'evil-multiedit-ex-match) ;; External resources (exmap "dash" 'narf:dash) ; look up in Dash.app