marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.26k stars 145 forks source link

zsh: do you whish to see all possibilities #748

Closed AlexBurdu closed 1 month ago

AlexBurdu commented 1 month ago

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
<output>
typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
typeset -a _autocomplete__funcfiletrace=(
  /Users/alex/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4
  /Users/alex/.zshrc:86
  zsh:0
)
<output>

Steps to reproduce

image

with zsh-aotocompletion plugin set up and a small terminal window (50x50), every time I type l (for ls) or c (for cd) I am interrupted by the error in the title: zsh: do you whish to see all possibilities.

I have to handle the prompt before I am able to type the command I need.

This only happens if I have a small terminal window (which I usually do).

AlexBurdu commented 1 month ago

Actually this fixes it: https://github.com/marlonrichert/zsh-autocomplete/issues/118

I'll see myself out.