mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
:iedit for evil-multiedit
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user