-
-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual mode isn’t working 😢 #407
Comments
I removed my entire .vimrc and got it working with the default leader |
Are you able to use your |
I'm having the same problem using GVIm 8 |
@carlos-cabgj Same question to you. I can't duplicate this issue yet... |
@mikeal You should keep holding the key in visual mode, When you press the |
That works for me. Thx a lot!!! |
I’m pretty stumped on this one.
The plugin is installed and working fine in normal mode but not in visual mode. In visual mode the selected text is simply removed on typing the first
c
, presumably because it’s hitting the “change” command in visual mode even though it shouldn’t because I hit the leader key first.I even checked
:vmap
and everything looks right.The text was updated successfully, but these errors were encountered: