jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
2.94k stars 102 forks source link

Switching modes doesn't change the mode indicator #230

Closed jeffreytse closed 1 year ago

jeffreytse commented 1 year ago

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

  1. Open a new interactive ZSH without configuration zsh -d -f -i.
  2. Sourcing zsh-vi-mode.zsh and eval "$(starship init zsh)".
  3. Type <ESC> for switching tonormal mode.

Expected behavior

Switching modes should change the mode indicator correctly, which is to change to .

jeffreytse commented 1 year ago

It's related to #221