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

This commit is contained in:
Daniel Fichtinger 2025-05-08 16:18:34 -04:00
parent e3d6dc7c20
commit 55b7f19a8c
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
https://gitlab.com/Screwtapello/kakoune-inc-dec

View file

@ -0,0 +1,2 @@
source "/home/fic/.config/kak/bundle/inc-dec.kak/inc-dec.kak"
trigger-user-hook bundle-loaded=inc-dec.kak

View file

@ -4,6 +4,12 @@ colorscheme gruvbox-dark
source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak" source "%val{config}/bundle/kak-bundle/rc/kak-bundle.kak"
bundle-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle 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}"
}
bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{ bundle auto-pairs.kak https://github.com/alexherbo2/auto-pairs.kak %{
enable-auto-pairs enable-auto-pairs
} }