AutoYADM commit: 2025-05-30 14:50:06

This commit is contained in:
Daniel Fichtinger 2025-05-30 14:50:06 -04:00
parent 35a701fa48
commit e935d7b3fd

View file

@ -1,5 +1,7 @@
# <https://github.com/delapouite/kakoune-hump>
declare-option regex hump [A-Z]+(?![a-z])|[A-Z][a-z]+|[a-z]+|_[a-zA-Z0-9]+
define-command -hidden select-next-hump %{
execute-keys h/[A-Z][a-z]+|[A-Z]+|[a-z]+<ret>
}