You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some git bisect, I believe 11ab44d is the commit that introduced this behavior.
I've tried to tweak it a little bit. Changing these lines fixes the issue. Not sure if it's the correct way to do it.
if [[ $(zvm_escape_non_printed_characters "$keys") =~
${ZVM_VI_OPPEND_ESCAPE_BINDKEY/\^\[/\\^\\[} ]]; then
- return 1+ return 0 # return 3 works as well
fi
General information
Basic examination
Problem description
When I perform these key sequence in normal mode:
Instead of exiting to normal mode, it enters visual mode.
Screen.Recording.2024-10-09.at.18.48.26.mov
Reproduction steps
Expected behavior
Shell should exit to normal mode
The text was updated successfully, but these errors were encountered: