nvim: update git keybinds

This commit is contained in:
Marco Thomas
2022-12-12 10:44:59 +01:00
parent 6da4996c2e
commit 782aca7df4

View File

@@ -64,8 +64,8 @@ wk.register({
["<leader>"] = { ["<leader>"] = {
g = { g = {
b = { "Blame" }, b = { "Blame" },
c = { "Commits" }, l = { "Log" },
f = { "(Commits) File" }, f = { "(Log Current) File" },
s = { "Status" }, s = { "Status" },
} }
} }