nvim: more fugitive keys
This commit is contained in:
parent
ecaab24ad6
commit
ed573a2b12
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user