zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
**ZSH_AUTOSUGGEST_STRATEGY=(history completion)** Hi, the completion strategy is not working for me on Mac OS Monterey. I am using oh my zsh History suggestion works great but completion strategy doesn't work...
There is a need to handle `$0` correctly for all package managers. For example zpm define `ZERO` before plug-in is sourced. See: https://github.com/zdharma/Zsh-100-Commits-Club/blob/master/Zsh-Plugin-Standard.adoc#zero-handling
### Describe the bug When I open a new shell I don't get suggestions for commands I ran in my previous sessions. It started when I stopped using oh-my-zsh and...
### Describe the bug ### Screenshots ### Desktop - mac OS - oh my zsh - Plugin version ### Additional context this doesn't work when I use syntax-highlight plug.
### Describe the bug I'm in a makefile project directory, I start typing make then zsh freezes and is at around 60% cpu usage. ### To Reproduce Steps to reproduce...
### Describe the bug If `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE` is manually set where fg or bg are less than 8, then the highlighting is not reset when accepting or partially accepting the suggestion....
### Is your feature request related to a problem? Please describe. Autosuggestion was the single thing I liked most about fish, so when I considered switching to zsh, I was...
### Describe the bug Dears, I am using the following snippet from a [stack exchange answer](https://unix.stackexchange.com/a/97844/480687): ``` autoload -U history-search-end zle -N history-beginning-search-backward-end history-search-end zle -N history-beginning-search-forward-end history-search-end bindkey "^[[A"...
My current `.zshrc` has compinit ``` autoload -Uz compinit compinit # zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate # zstyle ':completion:*' matcher-list '' 'm:{[:lower:]}={[:upper:]}' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'r:|[sdsa]=* r:|=* l:|=*' #...
### Describe the bug when selecting something from the autcomplete, subsequent suggestions are shown prematurely. I attached a screenshot showing this behaviour when compared to fish ### To Reproduce Steps...