nvim: change git mappings

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 4a062de66f
commit b300d90bfd
2 changed files with 11 additions and 5 deletions

View File

@ -55,11 +55,14 @@ wk.register({
},
v = {
name = "Version Control (git)",
a = "Add",
A = "Add",
a = "Add Everything (add .)",
c = "Commit",
s = "Status",
f = "Fetch",
g = "Git",
A = "Add Everything (add .)",
l = "Pull",
p = "Push",
s = "Status",
},
C = "Terminal",
F = "Fuzzy Files",