Add git log keybinding
This commit is contained in:
parent
db3c762038
commit
d4451605c8
1 changed files with 12 additions and 0 deletions
|
|
@ -125,6 +125,18 @@ return {
|
|||
"<cmd>DiffviewOpen<cr>",
|
||||
desc = "Diff view",
|
||||
},
|
||||
{
|
||||
"<leader>gl",
|
||||
function()
|
||||
require("neogit").action("log", "log_current")()
|
||||
end,
|
||||
desc = "Git log",
|
||||
},
|
||||
{
|
||||
"<leader>gf",
|
||||
"<cmd>Neogit<cr>",
|
||||
desc = "Git diff current file",
|
||||
},
|
||||
|
||||
{
|
||||
"»",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue