-
This file:
~/.emacs.d/.local/straight/repos/emacs-libvterm/etc/emacs-vterm-zsh.sh
contains this offending line:
add-zsh-hook -Uz chpwd (){ print -Pn "\e]2;%m:%2~\a" }
This breaks this plugin:
…
-
**Describe the problem**:
If the length of the prompt plus the suggested command is greater than one entire line, the prompt will overwrite the command
**To Reproduce**:
tabby + zsh-autosugge…
-
## Describe the bug
I just started using znap, followed the basic [dotfiles usage](https://github.com/marlonrichert/zsh-snap#dotfiles-usage) for my (phlm) and root users, but when I `$ sudo su` t…
-
[zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) is able to provide a tab-autocompletion preview based on the `.zsh_history`:
![tab-completion](https://fb.hash.works/bolpxO/)…
-
Rewrite this zsh plugin to bash to support autosuggestions:
https://github.com/zsh-users/zsh-autosuggestions
Bash Reference Manual:
https://www.gnu.org/software/bash/manual/html_node/index.html
-
### Describe the bug
Setting this option before sourcing the plugin breaks it
### To Reproduce
Steps to reproduce the behavior:
```sh
% zsh -df
% setopt KSH_ARRAYS
% source ~/zsh-autosugges…
-
## Environment
```zsh
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
```
>typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=redhat
t…
-
I've been facing a problem with `IGNORE_EOF` recently and I found it was caused by `zsh-autosuggestions`. I've been getting this on ``:
``` zsh
zsh: do you wish to see all 3221 possibilities (3221 l…
-
oh-my-zsh 周り
```
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone --depth=1 https://github.com/romkatv/powerleve…
-
There appears to be a compatibility issue between `zsh-history-substring-search` and these modules:
- zsh-users/zsh-syntax-highlighting
- zsh-users/zsh-autosuggestions
- zsh-users/zsh-syntax-highli…