1

Neovim: Update git log mapping

This commit is contained in:
2024-08-15 14:33:01 +02:00
parent ea83a2a24f
commit 8868529529

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";
}