zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
### 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...
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...
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...
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...
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...
### 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...
### 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...
### 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...