better hotkeys
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user