chore: refactor

This commit is contained in:
♥ Minnie ♥ 2025-05-14 11:48:46 +08:00
parent 702b02cdf6
commit d7c5e8e43a
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,53 @@
{...}: {
plugins.which-key = {
enable = true;
};
# Prefixes, No operation.
keymaps = [
{
mode = "n";
key = "<leader>s";
action = "<Nop>";
options = {
desc = "+search";
};
}
{
mode = ["n" "v"];
key = "<leader>c";
action = "<Nop>";
options = {
desc = "+comment";
};
}
{
mode = "n";
key = "<leader>g";
action = "<Nop>";
options = {
desc = "+git";
};
}
{
mode = "n";
key = "<leader>gl";
action = "<Nop>";
options = {
desc = "+list";
};
}
{
mode = "n";
key = "<leader>gt";
action = "<Nop>";
options = {
desc = "+toggle";
};
}
];
}