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
[cdy]<esc>
Please report the following information as possible as you can:
The <esc> can not escape the operator pending mode and ate one character.
<esc>
To illustrate, the terminal looks like this:
zsh-vi-mode on master [!?] ❯ la
Then, I hit c<ESC> and my terminal looks like this:
c<ESC>
zsh-vi-mode on master [!?] ❯ a
d<ESC>
Nothing should be changed if we escape the operator pending mode.
The text was updated successfully, but these errors were encountered:
fix: unexpected behavior of [cdy]<esc> (#215)
8cb9a68
jeffreytse
No branches or pull requests
General information
Please report the following information as possible as you can:
Basic examination
Problem description
The
<esc>
can not escape the operator pending mode and ate one character.To illustrate, the terminal looks like this:
Then, I hit
c<ESC>
and my terminal looks like this:Reproduction steps
c<ESC>
ord<ESC>
etc.Expected behavior
Nothing should be changed if we escape the operator pending mode.
The text was updated successfully, but these errors were encountered: