feat: pick conflict under cursor (#355)
Added `cc` which picks the conflict under the cursor, if there is one.
This commit is contained in:
committed by
GitHub
parent
5c1861d93f
commit
abe08d5283
@@ -97,6 +97,7 @@ M.defaults = {
|
||||
theirs = "ct",
|
||||
none = "c0",
|
||||
both = "cb",
|
||||
cursor = "cc",
|
||||
next = "]x",
|
||||
prev = "[x",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user