nvim: change git mappings
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user