nvim: add git bindings

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent e1e5edc9c7
commit b2a60d37b7
2 changed files with 15 additions and 0 deletions

View File

@ -53,6 +53,14 @@ wk.register({
g = "Grep",
s = "Treesitter",
},
v = {
name = "Version Control (git)",
a = "Add",
c = "Commit",
s = "Status",
g = "Git",
A = "Add Everything (add .)",
},
C = "Terminal",
F = "Fuzzy Files",
Q = "Quit All",