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

Special ZVM_VI_ESCAPE_BINDKEY charactors pressed but not added after timeout #262

Open
2 of 3 tasks
uduse opened this issue Jan 23, 2024 · 0 comments
Open
2 of 3 tasks

Comments

@uduse
Copy link

uduse commented Jan 23, 2024

General information

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

Setting the escape keys to ,, somehow doesn't print after timeout.

Diagnosis

Escape with jk

  1. set export ZVM_VI_INSERT_ESCAPE_BINDKEY=jk
  2. press jk in terminal
  3. escaped
  4. go insert again
  5. press j in terminal
  6. wait for a sec
  7. j printed to the screen

Escape with ,,

  1. set export ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
  2. press ,, in terminal
  3. escaped
  4. go insert again
  5. press , in terminal
  6. wait for a sec
  7. nothings shows up

Escape with ,,, but a different read key engine

  1. set export ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
  2. also set export ZVM_READKEY_ENGINE=$ZVM_READKEY_ENGINE_ZLE
  3. press ,, in terminal
  4. escaped
  5. go insert again
  6. press , in terminal
  7. wait for a sec
  8. , printed to the screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant