Marlon Richert
Marlon Richert
```zsh % mint version Version: 0.17.1 % mint install swiftyfinch/rugby@main 🌱 Cloning rugby main 🌱 Resolving package error: Dependencies could not be resolved because no versions of 'xcbeautify' match the...
https://github.com/marlonrichert/zsh-autocomplete/blob/18a9bfb36bf79db6359ab1f321e938a099d5fa1b/scripts/.autocomplete.config#L7 tries to unset incompatible `zstyle` values, but this handles only a couple of known cases from OMZ & Prezto. https://github.com/marlonrichert/zsh-autocomplete/issues/364#issuecomment-1001179643 shows that it’s still possible to define values that...
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...
### 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...
Add a section to the readme of how Zsh Edit’s keybindings behave in the completion menu.
Originally posted by @chrishoage in https://github.com/marlonrichert/zsh-snap/discussions/86#discussioncomment-1844474 It would be nice if the possible configuration options were documented somewhere. The way I am setting up zsh-snap is perhaps a little non-standard...
Currently leads to confusing behavior: https://github.com/marlonrichert/zsh-snap/issues/152#issuecomment-998054747
This needs to be smart enough that it does not try to update repos where the work tree is dirty or where you have unpushed commits. ### Discussed in https://github.com/marlonrichert/zsh-snap/discussions/97...