We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
zsh-vi-mode does not seem to take <count> after c or d and before <motion>, such as c2w or d2w. It only seems to accept a count before c or d.
<count>
c
d
<motion>
c2w
d2w
The text was updated successfully, but these errors were encountered:
fix: [cdy]<count> does not work (#32)
[cdy]<count>
df675da
Hi @gotgenes
🎉 This issue has been addressed and fixed. Please update your plugin to the latest version.
Thanks and regards
Sorry, something went wrong.
Confirmed fixed. Thanks!
jeffreytse
No branches or pull requests
zsh-vi-mode does not seem to take
<count>
afterc
ord
and before<motion>
, such asc2w
ord2w
. It only seems to accept a count beforec
ord
.The text was updated successfully, but these errors were encountered: