zsh-vi-mode icon indicating copy to clipboard operation
zsh-vi-mode copied to clipboard

Conflict with zsh-autocomplete and fast-syntax-highlighting

Open GordianDziwis opened this issue 2 years ago • 1 comments

General information

Please report the following information as possible as you can:

  • Terminal program: gnome-terminal 3.38.1-1ubuntu2
  • Operating system: Ubuntu 21.10
  • ZSH framework: zinit
  • ZSH version: zsh 5.8 (x86_64-ubuntu-linux-gnu)

Basic examination

  • [X] I have read through the README page
  • [X] I have the latest version of zsh-vi-mode
  • [X] I have tested with another terminal program

Problem description

Syntax highlighting gets stop working until change in prompt when entering inserts mode

Reproduction steps

  1. Type cd # Highlighting is working
  2. Press ESC to exit insert mode
  3. Press i to enter insert mode # Highlighting stops working
  4. Enter some character # Highlighting works again

Expected behavior

Highlighting should work all the time

zshrc

source ~/.zinit/bin/zinit.zsh

zinit lucid light-mode for \
 atinit"zicompinit; zicdreplay" \
    jeffreytse/zsh-vi-mode \
    marlonrichert/zsh-autocomplete \
    zdharma-continuum/fast-syntax-highlighting

GordianDziwis avatar Feb 27 '22 10:02 GordianDziwis

Hi @BonaBeavis,

Sorry for the late reply, thanks for your reporting, and could you try again with the latest update? Let's see if your issue is settled now.

Thanks & Regards

jeffreytse avatar Jul 20 '23 10:07 jeffreytse