Add exato (x/html attribute text objects for evil)

Bound to x
This commit is contained in:
Henrik Lissner 2018-06-18 23:46:14 +02:00
parent 7f79eb4579
commit 615735a404
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 5 additions and 0 deletions

View file

@ -182,6 +182,7 @@
;; evil
(:after evil
:textobj "x" #'evil-inner-xml-attr #'evil-outer-xml-attr
:textobj "a" #'evil-inner-arg #'evil-outer-arg
:textobj "B" #'evil-textobj-anyblock-inner-block #'evil-textobj-anyblock-a-block
:textobj "i" #'evil-indent-plus-i-indent #'evil-indent-plus-a-indent

View file

@ -407,6 +407,9 @@ the new algorithm is confusing, like in python or ruby."
(push "<" evil-args-openers)
(push ">" evil-args-closers)))
(def-package! exato
:commands (evil-outer-xml-attr evil-inner-xml-attr))
;;
;; Multiple cursors compatibility (for the plugins that use it)

View file

@ -27,3 +27,4 @@
(package! evil-surround)
(package! evil-vimish-fold)
(package! evil-visualstar)
(package! exato)