Neovim: Update git log mapping

This commit is contained in:
2024-10-10 16:02:05 +02:00
parent ea83a2a24f
commit 8868529529
+1 -1
View File
@@ -626,7 +626,7 @@
}
{
mode = "n";
key = "<leader>gc";
key = "<leader>gl";
action = "<cmd>Telescope git_commits<cr>";
options.desc = "Show Git log";
}