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

@ -93,11 +93,12 @@ evaluate-commands %sh{
face global SecondaryCursorEol ${background},${golden_muted}+fg face global SecondaryCursorEol ${background},${golden_muted}+fg
face global LineNumbers ${g_8} face global LineNumbers ${g_8}
face global LineNumberCursor ${g_5},${brown_dark} face global LineNumberCursor ${g_5},${brown_dark}
face global LineNumbersWrapped ${bg1} face global LineNumbersWrapped LineNumbers
face global MenuForeground ${bg2},${blue} face global MenuForeground ${background},${orange_blaze}+b
face global MenuBackground ${fg},${bg2} face global MenuBackground ${g_2},${g_10}
face global MenuInfo ${bg} face global MenuInfo ${text},${g_10}
face global Information ${bg},${fg} face global Information MenuBackground
face global InlineInformation ${g_6}+i
face global Error ${bg},${red} face global Error ${bg},${red}
face global DiagnosticError ${red} face global DiagnosticError ${red}
face global DiagnosticWarning ${yellow} face global DiagnosticWarning ${yellow}

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-noload kak-bundle https://codeberg.org/jdugan6240/kak-bundle
bundle inc-dec.kak https://gitlab.com/Screwtapello/kakoune-inc-dec %{ 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}<ret>}
map -docstring "increment" global normal <c-a> ": inc-dec-modify-numbers + %val{count}" map -docstring "decrement" global normal <c-x> %{: inc-dec-modify-numbers - %val{count}<ret>}
} }