aboutsummaryrefslogtreecommitdiff
path: root/evil-maps.el
diff options
context:
space:
mode:
authorTom Dalziel <tom_dl@hotmail.com>2023-06-06 22:23:01 +0100
committerTom Dalziel <33435574+tomdl89@users.noreply.github.com>2023-06-06 23:41:29 +0200
commit55446ec083bfec20733230e4c4365ae9cf43d3ae (patch)
tree275053818417b778669dfff00e0aa6b6dc1b6b98 /evil-maps.el
parentfed81edfbac65b45de8831782ef9c6e76b61fcdc (diff)
Add ex-match
Diffstat (limited to 'evil-maps.el')
-rw-r--r--evil-maps.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/evil-maps.el b/evil-maps.el
index 34fddd8..81b2790 100644
--- a/evil-maps.el
+++ b/evil-maps.el
@@ -552,6 +552,7 @@ included in `evil-insert-state-bindings' by default."
(evil-ex-define-cmd "&&" 'evil-ex-repeat-substitute-with-flags)
(evil-ex-define-cmd "~" 'evil-ex-repeat-substitute-with-search)
(evil-ex-define-cmd "~&" 'evil-ex-repeat-substitute-with-search-and-flags)
+(evil-ex-define-cmd "mat[ch]" 'evil-ex-match)
(evil-ex-define-cmd "registers" 'evil-show-registers)
(evil-ex-define-cmd "di[splay]" "registers")
(evil-ex-define-cmd "ma[rk]" 'evil-set-col-0-mark)