zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
Like other users I've noticed that the completion strategy was never working, so I tried to do some debugging to see what was going on. I noticed that `ZSH_AUTOSUGGEST_STRATEGY` variable...
[check the video](https://asciinema.org/a/u4oqG6SpfKXTtkGqHVwqrlSyJ) Why this is happening ?
Based on suggestion in PR #551 that notes a problem with yank-pop cursor positioning. Fixed by moving yank to: `ZSH_AUTOSUGGEST_ZLE_YANKBEFORE_WIDGETS` instead of: `ZSH_AUTOSUGGEST_ZLE_YANK_WIDGETS` Also confirmed that this works to close...
m3pro macos 14 first:  second press 1 and it will be a spacing  i don't know i express this clear and how to disabled the suggestion when i...
## What's the expected behavior: Enabling zsh-autosuggestions should work with the `zstyle ':completion:*' menu select`. Pressing multiple time tab after a command should highlight the current selection.  ## What's...
It would be awesome (but maybe infeasible) to enable tab-expansion completions as a strategy. Specifically, I am thinking of folder-name completions. Would this even be feasible within the autosuggestion framework?
include Homebrew installation for zsh-autosuggestions with persistent .zshrc integration
macOS After changing the color of 'fg=015' and rerunning zshrc it simply refuses to work. It seems that other individuals are having the same problem still.
### Is your feature request related to a problem? Please describe. I frequently have histories entries that I need to reuse partially. Sometimes the difference starts in a block of...
### Describe the bug After playing around with self written scripts, zsh-autosuggestions always shows an echo part of the script before doing the actual suggestion (see screenshot). Like that, zsh-autosuggestions...