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
Please report the following information as possible as you can:
Switching modes doesn't change the mode indicator.
zsh -d -f -i
zsh-vi-mode.zsh
eval "$(starship init zsh)"
<ESC>
Switching modes should change the mode indicator correctly, which is to change ❮ to ❯.
❮
❯
The text was updated successfully, but these errors were encountered:
fix: switching modes doesn't change prompt indicator (#230)
7ff3fd6
This issue was introduced by fixing issue #229, it made the reset prompt functionality never executed after triggering change modes.
It's related to #221
Sorry, something went wrong.
jeffreytse
No branches or pull requests
General information
Please report the following information as possible as you can:
Basic examination
Problem description
Switching modes doesn't change the mode indicator.
Reproduction steps
zsh -d -f -i
.zsh-vi-mode.zsh
andeval "$(starship init zsh)"
.<ESC>
for switching to__normal mode__.Expected behavior
Switching modes should change the mode indicator correctly, which is to change
❮
to❯
.The text was updated successfully, but these errors were encountered: