This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-07-10 12:26:53 +02:00
parent 9d9b2cf84d
commit 3bc47393b3
3 changed files with 834 additions and 2 deletions

View File

@@ -194,6 +194,7 @@
keys = {
normal = {
"C-g" = [ ":new" ":insert-output lazygit" ":buffer-close!" ":redraw" ];
"C-i" = [ ":pipe fgl" "toggle_comments" ];
"A-`" = [ "no_op" ];
"`" = [ "no_op" ];
"ö" = { "s" = [ "switch_case" ]; "u" = [ "switch_to_uppercase" ]; "l" = [ "switch_to_lowercase" ]; };
@@ -438,8 +439,8 @@
fg = black.bright;
};
"ui.virtual.inlay-hint" = {
fg = weird.dark;
bg = weird.base;
fg = background;
bg = tertiary.dark;
};
"ui.virtual.ruler" = {
bg = background;