Neovim - Change mappings to add git ones

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent 2c53e85568
commit 353f5a5c06
2 changed files with 12 additions and 8 deletions

View File

@ -52,10 +52,12 @@ wk.register({
o = "Old Files",
g = "Grep",
s = "Treesitter",
m = "Git Status",
b = "Git Branches",
c = "Git Commits",
f = "Git Files"
},
v = {
name = "Git",
s = "Status",
b = "Branches",
f = "Files",
},
C = "Terminal",
F = "Fuzzy Files",