Skip to content
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

Unexpected behavior of [cdy]<esc> #215

Closed
3 tasks done
jeffreytse opened this issue Apr 26, 2023 · 0 comments
Closed
3 tasks done

Unexpected behavior of [cdy]<esc> #215

jeffreytse opened this issue Apr 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working verified This issue was already verified

Comments

@jeffreytse
Copy link
Owner

General information

Please report the following information as possible as you can:

  • Terminal program: WezTerm (wezterm 20230127-155254-691ec187)
  • Operating system: macOS 13.2 (22D49)
  • ZSH framework: oh-my-zsh, zinit
  • ZSH version: zsh 5.9 (x86_64-apple-darwin21.3.0)
  • ZVM version: 0.9.0 (cef6cfd)

Basic examination

  • I have read through the README page
  • I have the latest version of zsh-vi-mode
  • I have tested with another terminal program

Problem description

The <esc> can not escape the operator pending mode and ate one character.

To illustrate, the terminal looks like this:

zsh-vi-mode on  master [!?]
❯ la

Then, I hit c<ESC> and my terminal looks like this:

zsh-vi-mode on  master [!?]
❯ a

Reproduction steps

  1. Either open a new terminal or just hit to get a fresh prompt.
  2. Type c<ESC> or d<ESC> etc.

Expected behavior

Nothing should be changed if we escape the operator pending mode.

@jeffreytse jeffreytse self-assigned this Apr 26, 2023
@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working verified This issue was already verified
Projects
None yet
Development

No branches or pull requests

1 participant