git-conflict.nvim icon indicating copy to clipboard operation
git-conflict.nvim copied to clipboard

feat: add visual mode mappings

Open CWood-sdf opened this issue 5 months ago • 0 comments

This PR solves issue #34 by allowing the "Choose ..." mappings to be called in visual mode and resolving the conflicts in the visual range with the given choice

Though in my testing, the default 'c.' mappings did not work because vim would ignore the second character

CWood-sdf avatar Jan 25 '24 20:01 CWood-sdf