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

The . command doesn't work correctly as expected behavior #226

Closed
3 tasks done
jeffreytse opened this issue Jul 6, 2023 · 0 comments
Closed
3 tasks done

The . command doesn't work correctly as expected behavior #226

jeffreytse opened this issue Jul 6, 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 20230513-073621-bdb173f1
  • Operating system: macOS Ventura 13.4 (22F66)
  • ZSH framework: zinit
  • ZSH version: zsh 5.9 (x86_64-apple-darwin21.3.0)
  • ZVM version: def0f84

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 . command doesn't work correctly as expected behavior.

Reproduction steps

  1. Open Terminal and switch to insert mode
  2. Type echo foo bar zoo and switch back to normal mode
  3. Type 0 and then df<space>, the command became foo bar zoo
  4. Type . to repeat the last action, only one character was deleted, the command became oo bar zoo

Expected behavior

The repeat command . should repeat the action correctly, that is, to remove foo<space>.

@jeffreytse jeffreytse added bug Something isn't working verified This issue was already verified labels Jul 6, 2023
@jeffreytse jeffreytse self-assigned this Jul 6, 2023
jeffreytse added a commit that referenced this issue Jul 6, 2023
This issue was caused by wrongly escaping non-printable characters,
they were converted to another characters.
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