Add evil-string-inflection
This commit is contained in:
parent
b63422050d
commit
d097754395
@ -134,4 +134,9 @@
|
||||
(normal "g M-+" #'evil-numbers/inc-at-pt-incremental)
|
||||
(normal "g M--" #'evil-numbers/dec-at-pt-incremental))
|
||||
|
||||
;; Manipulate string inflection, e.g. camelCase -> snake_case
|
||||
(use-package evil-string-inflection
|
||||
:general
|
||||
(normal "gc" #'evil-operator-string-inflection))
|
||||
|
||||
(provide 'init-editing)
|
||||
|
Loading…
Reference in New Issue
Block a user