Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't play nice with zsh-autosuggestions #93

Open
henrebotha opened this issue Oct 17, 2022 · 2 comments
Open

Doesn't play nice with zsh-autosuggestions #93

henrebotha opened this issue Oct 17, 2022 · 2 comments

Comments

@henrebotha
Copy link

henrebotha commented Oct 17, 2022

zsh-autosuggestions is a tool that "suggests" completions for what you type by printing them after the edit cursor in a different colour. The suggestion is accepted by e.g. pressing , which then prints the suggestion to the command line.

zsh-autosuggestions appears to manipulate $BUFFER directly to insert the suggestion.

Possibly related to #92.

@ardagnir
Copy link
Owner

This is a known issue that should be partially fixed in 1.3 (I think 1.3 works if you use tab instead of arrow). I’m hoping to have a more complete fix for this soon

@henrebotha
Copy link
Author

I gave 1.3 a try, but it doesn't appear to be any different, even without loading my .vimrc. Not sure if there's maybe a setting in my .zshrc or something that may conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants