AutoYADM commit: 2025-05-08 16:34:08
This commit is contained in:
parent
55b7f19a8c
commit
52282b13ac
2 changed files with 8 additions and 7 deletions
|
@ -93,11 +93,12 @@ evaluate-commands %sh{
|
|||
face global SecondaryCursorEol ${background},${golden_muted}+fg
|
||||
face global LineNumbers ${g_8}
|
||||
face global LineNumberCursor ${g_5},${brown_dark}
|
||||
face global LineNumbersWrapped ${bg1}
|
||||
face global MenuForeground ${bg2},${blue}
|
||||
face global MenuBackground ${fg},${bg2}
|
||||
face global MenuInfo ${bg}
|
||||
face global Information ${bg},${fg}
|
||||
face global LineNumbersWrapped LineNumbers
|
||||
face global MenuForeground ${background},${orange_blaze}+b
|
||||
face global MenuBackground ${g_2},${g_10}
|
||||
face global MenuInfo ${text},${g_10}
|
||||
face global Information MenuBackground
|
||||
face global InlineInformation ${g_6}+i
|
||||
face global Error ${bg},${red}
|
||||
face global DiagnosticError ${red}
|
||||
face global DiagnosticWarning ${yellow}
|
||||
|
|
|
@ -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>}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue