AutoYADM commit: 2025-05-08 23:26:19

This commit is contained in:
Daniel Fichtinger 2025-05-08 23:26:19 -04:00
parent 2c174fe3cc
commit 0a5693d46f
6 changed files with 27 additions and 0 deletions

View file

@ -43,3 +43,14 @@ bundle easymotion.kak https://git.sr.ht/~voroskoi/easymotion.kak %{
bundle byline.kak https://github.com/evanrelf/byline.kak %{
require-module "byline"
}
bundle case.kak https://gitlab.com/FlyingWombat/case.kak %{
map global normal '`' ': enter-user-mode case<ret>'
}
bundle kakoune-hump https://github.com/delapouite/kakoune-hump %{
map global normal <c-b> ': select-previous-hump<ret>' -docstring 'select prev hump'
map global normal <c-w> ': select-next-hump<ret>' -docstring 'select next hump'
map global normal <c-B> ': extend-previous-hump<ret>' -docstring 'extend prev hump'
map global normal <c-W> ': extend-next-hump<ret>' -docstring 'extend next hump'
}