Replies: 1 comment
-
kitty zsh completion wont work with anchor based matching.
see cli/zsh.go
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I use kitty with zsh, running
leads to the error message:
However,
ssh zzzz<Tab>
correctly informs me that there is no completion.(Please note that there must be no auto completion for
zzzz
on the host to reproduce.)Has anyone experienced a similar problem? I'm not sure whether this is a zsh problem or a kitty problem...
Context:
zstyle | grep '\<ssh\>'
outputs:I saw a related issue #7491, but what does "anchor-based completion" mean?
Beta Was this translation helpful? Give feedback.
All reactions