Marlon Richert
Marlon Richert
@anuvyklack @pdufour @kuator Fixed! π PS: If you enjoy using my software, please consider [sponsoring me](https://github.com/sponsors/marlonrichert). π
> ### Hacky Temporary Workaround > > * Use `SUDO_ASKPASS` as Homebrew seems to intentionally support that for non-interactive installs, and works when tested locally. > * I don't really...
> ``` > % source _arguments:comparguments:319: can only be called from completion function > ``` You're not supposed to `source` that. Type `rustup completions` for instructions or read them [in...
It works for me. Can you put together a [minimal, reproducible test case](https://stackoverflow.com/help/minimal-reproducible-example) using the setup below? ```zsh cd $(mktemp -d) git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git > .zshrc
They donβt for this case at least. Zsh Edit does not touch the Up key. On which keybindings do they overlap?
This looks like a bug in Zsh to me. What happens if you run `zstyle ':autocomplete:async' enabled no` _before_ sourcing Autocomplete? Does the bug still occur?
Closing, since I haven't heard back from @kidonng.
> I actually used this config by home manager I have no idea what kind of config that is. Can you please use the setup I provided in the bug...
Closing, as I haven't heard back from @tobiasBora.
Yes, it's intentional. If you want to move just one character, you can already do that with other keystrokes. π Is there a particular reason why you'd want it to...