You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: If I start typing brew install it suggests completing to brew install black. If I then paste flake8 and press the right arrow key, it still completes to brew install flake8black.
This does not occur if I comment out the line
source$ZSH/oh-my-zsh.sh
in my .zshrc.
Expected behavior
Nothing happening on right arrow after paste if the completion shown prior to pasting does not include the pasted text.
Desktop
OS + distribution: macOS 10.15.2
Zsh version: 5.7.1
Plugin version: 0.6.3
The text was updated successfully, but these errors were encountered:
to my .zshrc solved the issue. Just out of curiosity, is this still low priority? Because it might be an easy fix once you've researched the problem and arrived at #351 but getting there took me some time...
Describe the bug
Autosuggest doesn't update after paste.
To Reproduce
Example: If I start typing
brew install
it suggests completing tobrew install black
. If I then pasteflake8
and press the right arrow key, it still completes tobrew install flake8black
.This does not occur if I comment out the line
in my
.zshrc
.Expected behavior
Nothing happening on right arrow after paste if the completion shown prior to pasting does not include the pasted text.
Desktop
The text was updated successfully, but these errors were encountered: