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

cursors conflict with zsh-users/zsh-autosuggestions?

Open whoizit opened this issue 2 years ago • 1 comments

General information

  • Terminal program:
    • foot version: 1.13.1 +pgo +ime +graphemes -assertions
    • kitty 0.26.5 created by Kovid Goyal
  • Operating system: updated AntergosOS (ArchLinux) with ALHP repos
  • ZSH framework: zsh-snap from git https://github.com/marlonrichert/zsh-snap
  • ZSH version: zsh 5.9 (x86_64-pc-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

Reproduction steps

.zshrc:

# Download Znap, if it's not there yet.
[[ -f $ZDOTDIR/znap/znap.zsh ]] ||
    git clone --depth 1 -- https://github.com/marlonrichert/zsh-snap.git $ZDOTDIR/znap

source $ZDOTDIR/znap/znap.zsh  # Start Znap

# `znap prompt` makes your prompt visible in just 15-40ms!
znap prompt sindresorhus/pure 

znap source jeffreytse/zsh-vi-mode

# `znap source` automatically downloads and starts your plugins.
znap source marlonrichert/zsh-autocomplete 
znap source zsh-users/zsh-autosuggestions 
znap source zsh-users/zsh-syntax-highlighting 

If I move string znap source jeffreytse/zsh-vi-mode after znap source zsh-users/zsh-autosuggestions, I lost any cursors (block and insert). When it's the other way around, everything works fine. 3.

Expected behavior

I expect to see cursors

whoizit avatar Dec 23 '22 15:12 whoizit

Hi @whoizit

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

Thanks & Regards

jeffreytse avatar Jul 20 '23 10:07 jeffreytse