-
Notifications
You must be signed in to change notification settings - Fork 23
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
Sluggish 'c' command Visual mode #11
Comments
That's because vim knows about the visual mapping Not sure how that could be improved though. But it bothers me too. |
Oh, now I understand. Personally, I would rather not have I think that would adequately fix the issue. |
Vim uses a setting, But I admit, that's not a great solution. I like your idea of having the command that can be used for visual mode. I had been planning to make the mappings more customizable. In doing so, I will see about making a command version for visual mode that can be used if you choose to disable the visual mapping. |
I've added the ability to override the default mappings (described in the
I am also working on implementing the command version of these actions. I haven't found a perfect way to make the same command work nicely for both normal and visual mode (I'd prefer not to have two separate commands for it), but when I get it right I'll push up those changes. Hopefully this works well for you in the meantime. |
Thank you so much! Sounds great! :) |
Why not simply drop the |
@michamos, to be honest I'd prefer a mapping that makes an existing command sluggish over one that replaces another existing command entirely (even if there's a suitable alternative). I'm open to recommending this as an alternative in the help, perhaps, but I don't like it as a default. Ideally, I'd find another mapping that can be consistent across all modes without causing any pain. Sadly, I can't think of a nice one right now, particularly with the same finesse (and relatively strong mnemonic quality) that Anyway, when using the |
When performing and command such as
viwc
there is almost a full second delay.outputs:
I'm not sure what else to do to troubleshoot this sluggishness.
Perhaps you know more?
The text was updated successfully, but these errors were encountered: