zsh-vi-mode
zsh-vi-mode copied to clipboard
Special ZVM_VI_ESCAPE_BINDKEY charactors pressed but not added after timeout
General information
Basic examination
- [x] I have read through the README page
- [x] 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
- set
export ZVM_VI_INSERT_ESCAPE_BINDKEY=jk
- press
jk
in terminal - escaped
- go insert again
- press
j
in terminal - wait for a sec
-
j
printed to the screen
Escape with ,,
- set
export ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
- press
,,
in terminal - escaped
- go insert again
- press
,
in terminal - wait for a sec
- nothings shows up
Escape with ,,
, but a different read key engine
- set
export ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
- also set
export ZVM_READKEY_ENGINE=$ZVM_READKEY_ENGINE_ZLE
- press
,,
in terminal - escaped
- go insert again
- press
,
in terminal - wait for a sec
-
,
printed to the screen