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

Resolves error when ran on arm64/aarch64 systems (i.e., Arm64 MacOS & Docker). ## Before --- ## After ---

### Describe the bug When an autosuggestion for a path is showing, and a trailing slash is suggested by zsh, using the "right" bind in vim to accept the autosuggestion...

bug

Adds a link to the `zsh-autosuggestions` package in FreeBSD Ports.

### Is your feature request related to a problem? Please describe. No ### Describe the solution you'd like I would be so great if we could link our Ollama LLM...

enhancement

just wanted to make this just a small bit easier to just copy and paste through.

### Is your feature request related to a problem? Please describe. I generally deal with lot of projects that means lot of folder, mostly all the project based on same...

enhancement

~/.zshrc: ``` . ~/.local/share/zsh/plugged/zsh-autosuggestions/zsh-autosuggestions.zsh IFS=$'\n' autoload -Uz compinit; compinit ``` results in ``` (eval):zle:1: not enough arguments for -C _main_complete:compset:94: can only be called from completion function _setup:37: compstate: assignment...

bug

Two commands and wording were added and modified.

### Describe the bug I am experiencing an issue with the cursor, when adding `completion` as a strategy to the `ZSH_AUTOSUGGEST_STRATEGY` array. The cursor is changed from a bar to...

bug

### Describe the bug Autosuggestion creates blank lines if user press and hold Enter. ### To Reproduce Steps to reproduce the behavior: ```sh % zsh -df % source path/to/zsh-autosuggestions.zsh %...

bug