zsh-autocomplete icon indicating copy to clipboard operation
zsh-autocomplete copied to clipboard

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

Results 69 zsh-autocomplete issues
Sort by recently updated
recently updated
newest added

## What do you want? When you are in history mode you have to select something, I want to hit Ctrl C to get out of the menu. ![image](https://user-images.githubusercontent.com/3308421/173898579-9f0d1a59-d047-409e-9133-ec70483c5819.png) ##...

enhancement

I'm using zsh-autosuggestions and it allows me to use its completion with tab and shift+tab. I like it's completion. But I also want to use autocomplete. The problem is that...

enhancement

## Environment ```zsh apple darwin21.0 /bin/zsh -zsh zsh-5.8-0-g77d203f /Users/ecereto/src/znap/zsh-snap/functions/.znap.source:26 /Users/ecereto/src/znap/zsh-snap/functions/znap:42 /Users/ecereto/.zshrc:18 d6a0ff5 (grafted, HEAD -> main, origin/main, origin/HEAD) Fix a bug in async list trimming ``` * Operating system: macOS...

enhancement

## Environment ```zsh $ print $VENDOR $OSTYPE $SHELL $ZSH_ARGZERO $ZSH_PATCHLEVEL pc linux-gnu /usr/bin/zsh zsh zsh-5.8.1-0-g1a490c7 $ print -l $_autocomplete__funcfiletrace $ git -C ~zsh-autocomplete log --oneline -n1 7ab87cb (grafted, HEAD ->...

question

## Environment ```zsh ubuntu linux-gnu /usr/bin/zsh -zsh ubuntu/5.8-3ubuntu1.1 /home/slu/.zshrc:70 7ab87cb (HEAD -> main, origin/main, origin/HEAD) Remove the Zsh version checks ``` * Operating system: Ubuntu 20.04 * Terminal emulator: alacritty...

enhancement

## Environment ```zsh apple darwin21.0 /bin/zsh -zsh zsh-5.8-0-g77d203f /Users/slu/Git/zsh-snap/functions/.znap.source:26 /Users/slu/Git/zsh-snap/functions/znap:42 /Users/slu/.zshrc:112 ``` * Operating system: macOS, Ubuntu * Terminal emulator: alacritty ## Steps to reproduce ```zsh cd $(mktemp -d) git...

bug
help wanted

There are still quit a few 3rd-party completion functions (mainly Python-related) that still rely on `compctl`. Zsh Autocomplete, however, can currently trim only completion lists generated by `compadd`. Thus, any...

enhancement
help wanted

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/409 Originally posted by **saul** January 21, 2022 Hi When in the history prompt, when I try to use `Home`/`End`, they do nothing. Similarly using `Ctrl-Left`/`Ctrl-Right` does...

bug
good first issue

They're quite old.

documentation

- [x] I have carefully read all of the instructions in this issue template. - [x] I have carried them out to the letter. Failure to do so can and...

question