refactor mneumonics

This commit is contained in:
♥ Minnie ♥ 2025-04-17 20:49:04 +08:00
parent 76b5f16399
commit 0c866cfd92
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
6 changed files with 71 additions and 83 deletions

View file

@ -6,7 +6,7 @@
keymaps = [
{
mode = "n";
key = "<leader>gg";
key = "<leader>g<cr>";
action = "<cmd>LazyGit<cr>";
options = {
desc = "Open LazyGit";
@ -15,7 +15,7 @@
{
mode = "n";
key = "<leader>lr";
key = "<leader>glr";
action = "<cmd>lua require(\"telescope\").extensions.lazygit.lazygit()<cr>";
options = {
desc = "List repositories";