better hotkeys

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-09-04 17:12:41 +02:00
parent a10b22b9e3
commit cbe9371e66

View File

@@ -60,7 +60,14 @@
}; };
}; };
keys.normal = { keys.normal = {
C-g = [":new" ":insert-output lazygit" ":buffer-close!" ":redraw"]; "C-g" = [":new" ":insert-output lazygit" ":buffer-close!" ":redraw"];
"A-`" = [ "no_op" ];
"`" = [ "no_op" ];
};
keys.normal."ö" = {
"s" = [ "switch_case" ];
"u" = [ "switch_to_uppercase" ];
"l" = [ "switch_to_lowercase" ];
}; };
}; };
languages = { languages = {
@@ -115,7 +122,7 @@
command = lib.getExe pkgs.vale-ls; command = lib.getExe pkgs.vale-ls;
}; };
"language-tool" = { "language-tool" = {
command = lib.getExe pkgs.ltex-ls; command = "${pkgs.ltex-ls}/bin/ltex-ls";
}; };
"ruff" = { "ruff" = {
command = "ruff-lsp"; command = "ruff-lsp";