Limit evil-textobj-anyblock to non-quotes

Now that we have a dedicated q text object.
This commit is contained in:
Henrik Lissner 2020-10-27 23:20:22 -04:00
parent 164b997cb0
commit e574c3470d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -370,6 +370,16 @@ directives. By default, this only recognizes C directives.")
:config (global-evil-surround-mode 1)) :config (global-evil-surround-mode 1))
(use-package! evil-textobj-anyblock
:defer t
:config
(setq evil-textobj-anyblock-blocks
'(("(" . ")")
("{" . "}")
("\\[" . "\\]")
("<" . ">"))))
(use-package! evil-traces (use-package! evil-traces
:after evil-ex :after evil-ex
:config :config