jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
3.13k stars 109 forks source link

When the count of `[cdy]<count>[ia][wW] is quite large, it will be stuck for a long time #88

Closed jeffreytse closed 3 years ago

jeffreytse commented 3 years ago

Reproduce

Result

The command line will be stuck for a long time.

Expected behavior

We should do some optimization on it, when the cursor position is at the end and no long change, we should stop executing.