You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if it's just me, but when I try visually selecting anything and press cy Vim doesn't copy the selected text right away (I need to press something else). This has something to do with the ambiguity of the mapping's name. When I make the following change it works as expected:
vnoremap<silent><Plug>EclipticVY_v:call <SID>EclipticCopy(visualmode())<cr>vnoremap<silent><Plug>EclipticVY_V:call <SID>EclipticCopy('V')<cr> # I think it makes sense to change this to _V too
This applies to visual deletion as well.
Btw, there's an echo "here" debug code that's lying around in your code.
The text was updated successfully, but these errors were encountered:
Hello and thank you for this plugin.
Not sure if it's just me, but when I try visually selecting anything and press
cy
Vim doesn't copy the selected text right away (I need to press something else). This has something to do with the ambiguity of the mapping's name. When I make the following change it works as expected:This applies to visual deletion as well.
Btw, there's an
echo "here"
debug code that's lying around in your code.The text was updated successfully, but these errors were encountered: