Limit evil-textobj-anyblock to non-quotes
Now that we have a dedicated q text object.
This commit is contained in:
parent
164b997cb0
commit
e574c3470d
1 changed files with 10 additions and 0 deletions
|
@ -370,6 +370,16 @@ directives. By default, this only recognizes C directives.")
|
|||
:config (global-evil-surround-mode 1))
|
||||
|
||||
|
||||
(use-package! evil-textobj-anyblock
|
||||
:defer t
|
||||
:config
|
||||
(setq evil-textobj-anyblock-blocks
|
||||
'(("(" . ")")
|
||||
("{" . "}")
|
||||
("\\[" . "\\]")
|
||||
("<" . ">"))))
|
||||
|
||||
|
||||
(use-package! evil-traces
|
||||
:after evil-ex
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue