nvim: more fugitive keys

This commit is contained in:
Johannes Rothe 2024-12-22 16:18:22 +01:00
parent ecaab24ad6
commit ed573a2b12

View File

@ -46,9 +46,13 @@
action = "<cmd>Git log<CR>"; action = "<cmd>Git log<CR>";
} }
{ {
key = "<leader>gb"; key = "<leader>gbl";
action = "<cmd>Git blame<CR>"; action = "<cmd>Git blame<CR>";
} }
{
key = "<leader>gbr";
action = "<cmd>Git branch<CR>";
}
]; ];
opts = { opts = {
colorcolumn = "88"; colorcolumn = "88";