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

Fish-like autosuggestions for zsh

Results 196 zsh-autosuggestions issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

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...

enhancement