Open uduse opened 10 months ago
Setting the escape keys to ,, somehow doesn't print after timeout.
,,
jk
export ZVM_VI_INSERT_ESCAPE_BINDKEY=jk
j
export ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
,
export ZVM_READKEY_ENGINE=$ZVM_READKEY_ENGINE_ZLE
General information
Basic examination
Problem description
Setting the escape keys to
,,
somehow doesn't print after timeout.Diagnosis
Escape with
jk
export ZVM_VI_INSERT_ESCAPE_BINDKEY=jk
jk
in terminalj
in terminalj
printed to the screenEscape with
,,
export ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
,,
in terminal,
in terminalEscape with
,,
, but a different read key engineexport ZVM_VI_INSERT_ESCAPE_BINDKEY=,,
export ZVM_READKEY_ENGINE=$ZVM_READKEY_ENGINE_ZLE
,,
in terminal,
in terminal,
printed to the screen