zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
If zle is already active (plugin has been loaded in the background), just start the widgets and set up the automatic re-binding (if manual rebind has not been specified). See...
Hello, I installed zsh-autosugestions on my Manjaro Xfce with https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh However it works only when I do `source ~/.zshrc` . I open a terminal and it doesn't work, I have...
### Describe the bug I've tried two different ways to install `zsh-autosuggestions` ([Oh My Zsh](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh) and [Mannual](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#manual-git-clone)), and I've restarted both my terminal and system, however it does not work...
I know that: - `ZSH_AUTOSUGGEST_STRATEGY=(history completion)` will first try to find a suggestion from the `history`, but, if it can't find a match, will find a suggestion from the `completion`...
This is a resubmit of https://github.com/zsh-users/zsh-autosuggestions/issues/584 . > ### Is your feature request related to a problem? Please describe. > > In most of the cases the user would be...
### Is your feature request related to a problem? Please describe. Assume history like ```zsh grep StringBuilder main.java grep int main.java ``` I want to use this line when I...
### Is your feature request related to a problem? Please describe. maybe is just me, but I found it very confusing when I delete part of the cmd line. what...
### Is your feature request related to a problem? Please describe. I often do `tldr tar` or on other commands I am not regular use but want to know what...
### Is your feature request related to a problem? Please describe. I like to prepend my commands with spaces in order to not save them to the history and prevent...
So this quiet simple: I'd like to be able to exclude more than one command from complrtion suggestions. In my case, that would be pacman (arch package manager), yay (AUR...