zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
[oh-my-zsh] plugin 'zsh-autosuggestions' not found
installed via package manager [zsh-autosuggestions OBS repository](https://software.opensuse.org/download.html?project=shells%3Azsh-users%3Azsh-autosuggestions&package=zsh-autosuggestions) but it doesn't work, what am I missing?
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE
### Describe the bug let's assume that we want to type ls -lha ~/Desktop if I type the whole command then everything works as expected, but if I type "ls...
Strange behavior when aliasing `echo`
### Describe the bug When aliasing `echo`, the suggestions become strange. ### To Reproduce Steps to reproduce the behavior: ```sh % zsh -df % source path/to/zsh-autosuggestions.zsh % alias echo='echo 123'...
I have something `export SCHRODINGER=/opt/schrodinger/suites2023-3` in my .zshrc. If i type this out, you can see I have the option of selection some command or folder with more command But...
### Describe the bug Seemingly out of the blue after a fedora update, I get the following error when pressing backspace: ``` ❯ lalala No such widget `.manydots-magic.orig.backward-delete-char' ``` Disabling...
Cant source .bash file
### Cant source .bash file When I put the following instruction in the .zshrc ```sh % source /opt/ros/melodic/setup.bash ``` ### It appears ```sh % /opt/ros/melodic/setup.bash:.:8: No such file or directory:...
Ghost text appearing after pasting another text
### Describe the bug ### To Reproduce Steps to reproduce the behavior: When pasting any text after a command, a ghost text (last match) on right appears when pressing the...
Issues with history
It seems to only parse the last 15 lines of the history file and constantly begins every page at the newest entry. Sometimes only a few entries (3-4) are shown,...
Fix plugin for shells with `no_unset` (aka `set -u`) and `ksh_arrays` shell options set