Add q text-object for all quotes
This commit is contained in:
parent
f33b141650
commit
164b997cb0
3 changed files with 23 additions and 0 deletions
|
@ -541,6 +541,7 @@ directives. By default, this only recognizes C directives.")
|
|||
:textobj "i" #'evil-indent-plus-i-indent #'evil-indent-plus-a-indent
|
||||
:textobj "j" #'evil-indent-plus-i-indent-up-down #'evil-indent-plus-a-indent-up-down
|
||||
:textobj "k" #'evil-indent-plus-i-indent-up #'evil-indent-plus-a-indent-up
|
||||
:textobj "q" #'+evil:inner-any-quote #'+evil:outer-any-quote
|
||||
:textobj "u" #'+evil:inner-url-txtobj #'+evil:outer-url-txtobj
|
||||
:textobj "x" #'evil-inner-xml-attr #'evil-outer-xml-attr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue