Closed blasco closed 5 years ago
I think that the problem might me on my side. I would like to have, s for the normal mode and ss for the selection mode:
" s := substitute
nmap s <plug>(SubversiveSubstitute)
" ss := substitue selection
xmap ss <plug>(SubversiveSubstitute)
Doesn't seem to be working.
What you have there should work (xmap ss <plug>(SubversiveSubstitute)
). What doesn't work about it?
It seems to be working now. Thank you for the support and great plugin!
The mappings provide the following:
Why there are no mappings to substitute the visual selection? Is this not working? Any idea how could it be fixed?