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

The down arrow key doesn't work whenever I enable vim mode with `bindkey -v` It works if it's not enabled. Is there a workaround with vim mode? Am not able...

bug

## Environment ```zsh % 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=( /opt/homebrew/share/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/user/.config/zsh/.zshrc:2 zsh:0 ) % git -C ~autocomplete log --oneline -n1...

bug

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin22.0 typeset ZSH_PATCHLEVEL=zsh-5.8.1-0-g1a490c7 typeset -a _autocomplete__funcfiletrace=( /Users/test/.oh-my-zsh/custom/plugins/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/test/.oh-my-zsh/oh-my-zsh.sh:158 /Users/test/.zshrc:82 zsh:0 % git -C ~autocomplete log --oneline -n1...

bug
help wanted
question

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=apple typeset OSTYPE=darwin21.0 typeset ZSH_PATCHLEVEL=zsh-5.8.1-0-g1a490c7 typeset -a _autocomplete__funcfiletrace=( /Users/fumnanya/zsh-repos/marlonrichert/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /Users/fumnanya/zsh-repos/znap/functions/.znap.source:34 /Users/fumnanya/zsh-repos/znap/functions/.znap.source:37 /Users/fumnanya/zsh-repos/znap/functions/znap:27 /Users/fumnanya/.zshrc:21 zsh:0 ) % git -C ~autocomplete...

bug

To reproduce, first, input something that doesn't match anything in current folder , say, `cd../bash; ` or `cd sdfdsfsf;` or `nvim ssfs;` then press the arrow up key twice, the...

bug

## Environment ```zsh % typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace typeset VENDOR=pc typeset OSTYPE=cygwin typeset ZSH_PATCHLEVEL=zsh-5.8-0-g77d203f typeset -a _autocomplete__funcfiletrace=( /cygdrive/c/Users/20466/.local/share/zinit/plugins/marlonrichert---zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /cygdrive/c/Users/20466/.local/share/zinit/zinit.git/zinit.zsh:1833 /cygdrive/c/Users/20466/.local/share/zinit/zinit.git/zinit.zsh:1700 /cygdrive/c/Users/20466/.local/share/zinit/zinit.git/zinit.zsh:1338 /cygdrive/c/Users/20466/.local/share/zinit/zinit.git/zinit.zsh:2831 /cygdrive/c/Users/20466/.zshrc:41 zsh:0 ) % git -C...

bug

## What do you want? Can be customized to cancel certain shortcut keys ## Why do you want this? Conflicts with other tools, e.g [atuin](https://github.com/atuinsh/atuin) `^r` ## Who else would...

enhancement

### Discussed in https://github.com/marlonrichert/zsh-autocomplete/discussions/676 Originally posted by **op06072** December 16, 2023 ## What do you want? Hi I want directory autocomplete like this (/ho/op -> /home/op06072). ## Why do you...

enhancement

## Environment ```zsh typeset VENDOR=debian typeset OSTYPE=linux-gnu typeset ZSH_PATCHLEVEL=debian/5.8-6+deb11u1 typeset -a _autocomplete__funcfiletrace=( /tmp/zsh_repos/zsh-autocomplete/zsh-autocomplete.plugin.zsh:4 /home/ea/.zshrc:1 zsh:0 ) ``` ```zsh c7b6550 (grafted, HEAD -> main, origin/main, origin/HEAD) Add instructions on how to...

bug