We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 screenThe text was updated successfully, but these errors were encountered: