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

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

bug

[check the video](https://asciinema.org/a/u4oqG6SpfKXTtkGqHVwqrlSyJ) Why this is happening ?

bug

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: ![image](https://github.com/user-attachments/assets/bfa4ab2a-84cd-48bc-9174-f3c547729206) second press 1 and it will be a spacing ![image](https://github.com/user-attachments/assets/e1803f19-0986-4592-8331-a90e9effeb0b) i don't know i express this clear and how to disabled the suggestion when i...

bug

## 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. ![](http://i.stack.imgur.com/GvC4A.png) ## What's...

enhancement
pull-request-welcome

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?

enhancement

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.

bug

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

enhancement

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

bug