Add < > support to evil-args text-objects
This commit is contained in:
parent
b68fa3b120
commit
c95c4a3586
1 changed files with 4 additions and 1 deletions
|
@ -404,7 +404,10 @@ the new algorithm is confusing, like in python or ruby."
|
||||||
(def-package! evil-args
|
(def-package! evil-args
|
||||||
:commands (evil-inner-arg evil-outer-arg
|
:commands (evil-inner-arg evil-outer-arg
|
||||||
evil-forward-arg evil-backward-arg
|
evil-forward-arg evil-backward-arg
|
||||||
evil-jump-out-args))
|
evil-jump-out-args)
|
||||||
|
:config
|
||||||
|
(push "<" evil-args-openers)
|
||||||
|
(push ">" evil-args-closers))
|
||||||
|
|
||||||
|
|
||||||
(def-package! evil-indent-plus
|
(def-package! evil-indent-plus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue