zsh-vi-mode
zsh-vi-mode copied to clipboard
Conflict with zsh-autocomplete and fast-syntax-highlighting
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
- Type
cd
# Highlighting is working - Press
ESC
to exit insert mode - Press
i
to enter insert mode # Highlighting stops working - 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
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