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

### Is your feature request related to a problem? Please describe. My laptop had to be wiped and even though I backed up `.zshrc` & `.zsh_history` files, I couldn't figure...

enhancement

Thank you for this great project. I'm finding that with zsh-autosuggestions and vi-mode, vi-forward-mode returns a duplicated completion. For example, completing `ls .local/share/evolution`: start: `ls .l # suggestion appears, trigger...

bug

When I typ ls and tap tab everything works as expected but when I type cd and then tab a new line is added above the prompt for each tab...

bug

Fixes issues #678. Based on modifications suggested here https://github.com/zsh-users/zsh-autosuggestions/issues/619#issuecomment-904193190. @artudytu @ericfreese

### Is your feature request related to a problem? Please describe. Suggestions are too specific sometimes. ### Describe the solution you'd like I would like an option, that doesn't suggest...

enhancement

I set `ZSH_AUTOSUGGEST_STRATEGY=(completion)` and would like to configure zsh-autosuggestions or zsh itself so that only unambiguous suggestions are displayed. e.g. `cd D` would show no suggestion (because `D` matches both...

enhancement

### Describe the bug Recently my zsh-autosuggestions suggestion colour has changed to be the same colour as the text I've written and I can't get it back, see the screen...

bug

### Is your feature request related to a problem? Please describe. With lots of commands in the system you should type more symbols to narrow the autocompletion results. Sometimes suggestion...

enhancement

. fixed

bug

### Problem When using `ZSH_AUTOSUGGEST_STRATEGY=(completion)`, starting a comment inline sometime results in extra completions being shown after the start of the comment (`#` ) In the following example, `-e` is...

enhancement