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 make above line chomped #229

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 make above line chomped.

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. Quickly type <ESC>i in insert mode or normal mode.

Expected behavior

Switching modes should be smooth correctly without above line chomped.

jeffreytse commented 1 year ago

This issue is related to #124 as well.