zsh-vi-mode
zsh-vi-mode copied to clipboard
Unexpected behavior of `cw`
General information
Please report the following information as possible as you can:
- Terminal program: iTerm 3.4.15
- Operating system: macOS 12.1
- ZSH framework: zinit
- ZSH version: zsh 5.8 (x86_64-apple-darwin21.0)
Basic examination
- [x] I have read through the README page
- [x] I have the latest version of zsh-vi-mode
- [x] I have tested with another terminal program
Problem description
cw
will delete two words instead of one
when the first word contains only single character
Reproduction steps
-
1 2 3 4 5
-
type
cw
-
the buffer becomes
3 4 5
Expected behavior
should be 2 3 4 5
instead
Hi @haifengkao
Thanks for your reporting and now this issue has been settled down. : )
Thanks & Regards