jeffreytse / zsh-vi-mode

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

problems in vim built-in terminal when vim is opened in tmux #41

Closed ZhiyuanLck closed 3 years ago

ZhiyuanLck commented 3 years ago

When I use the plugin in vim built-in termimal in tmux, every character I typed was followed by an extra "6 ", and there is an extra "q" at end.

To produce:

  1. create and enter a new tmux session by tmux
  2. open vim by vim -u NONE
  3. open terminal by :term
  4. enter zsh shell by zsh
  5. type any character
jeffreytse commented 3 years ago

Hi @ZhiyuanLck

Thanks for the reporting. I will pay attention to this issue and welcome to star this project for further update in the future.

Thanks and regards

jeffreytse commented 3 years ago

Hi @ZhiyuanLck

Thanks for the reporting and this issue has been addressed and fixed. Please update your plugin to the latest version.

Thanks and regards

ZhiyuanLck commented 3 years ago

Cool!