AutoYADM commit: 2025-05-08 16:34:08

This commit is contained in:
Daniel Fichtinger 2025-05-08 16:34:08 -04:00
parent 55b7f19a8c
commit 52282b13ac
2 changed files with 8 additions and 7 deletions

View file

@ -5,8 +5,8 @@ source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{
map global normal <c-x> ": echo test<ret>"
map -docstring "increment" global normal <c-a> ": inc-dec-modify-numbers + %val{count}"
map -docstring "increment" global normal <c-a> %{: inc-dec-modify-numbers + %val{count}<ret>}
map -docstring "decrement" global normal <c-x> %{: inc-dec-modify-numbers - %val{count}<ret>}
}