editor/evil: alphabetize text object keybinds
This commit is contained in:
parent
762c374198
commit
496a4b1b5f
1 changed files with 2 additions and 2 deletions
|
@ -521,15 +521,15 @@ To change these keys see `+evil-repeat-keys'."
|
||||||
"C-C" #'ace-delete-window)
|
"C-C" #'ace-delete-window)
|
||||||
|
|
||||||
;; text objects
|
;; text objects
|
||||||
:textobj "x" #'evil-inner-xml-attr #'evil-outer-xml-attr
|
|
||||||
:textobj "a" #'evil-inner-arg #'evil-outer-arg
|
:textobj "a" #'evil-inner-arg #'evil-outer-arg
|
||||||
:textobj "B" #'evil-textobj-anyblock-inner-block #'evil-textobj-anyblock-a-block
|
:textobj "B" #'evil-textobj-anyblock-inner-block #'evil-textobj-anyblock-a-block
|
||||||
:textobj "c" #'evilnc-inner-comment #'evilnc-outer-commenter
|
:textobj "c" #'evilnc-inner-comment #'evilnc-outer-commenter
|
||||||
:textobj "f" #'+evil:defun-txtobj #'+evil:defun-txtobj
|
:textobj "f" #'+evil:defun-txtobj #'+evil:defun-txtobj
|
||||||
:textobj "g" #'+evil:whole-buffer-txtobj #'+evil:whole-buffer-txtobj
|
:textobj "g" #'+evil:whole-buffer-txtobj #'+evil:whole-buffer-txtobj
|
||||||
:textobj "i" #'evil-indent-plus-i-indent #'evil-indent-plus-a-indent
|
:textobj "i" #'evil-indent-plus-i-indent #'evil-indent-plus-a-indent
|
||||||
:textobj "k" #'evil-indent-plus-i-indent-up #'evil-indent-plus-a-indent-up
|
|
||||||
:textobj "j" #'evil-indent-plus-i-indent-up-down #'evil-indent-plus-a-indent-up-down
|
: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 "x" #'evil-inner-xml-attr #'evil-outer-xml-attr
|
||||||
|
|
||||||
;; evil-easymotion
|
;; evil-easymotion
|
||||||
(:after evil-easymotion
|
(:after evil-easymotion
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue