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

Suggested completion should not word wrap #167

Closed
lilyball opened this issue Jun 21, 2012 · 5 comments
Closed

Suggested completion should not word wrap #167

lilyball opened this issue Jun 21, 2012 · 5 comments
Milestone

Comments

@lilyball
Copy link
Contributor

When fish shows me the suggested completion for what I've already typed, it shouldn't word-wrap this completion. The word wrapping can cause it to flicker between having me type on the first line and having the word I'm typing be wrapped onto the second, based on the current suggested autocomplete. Instead, it should character-wrap the suggested autocomplete (or at least the first word of it) and only word wrap actual typed text.

@ridiculousfish
Copy link
Member

The best I've been able to do was committed as f8b4c1b.

@ridiculousfish
Copy link
Member

What I did was made it append an ellipsis for the autosuggestion (and not wrap at all).

@lilyball
Copy link
Contributor Author

Awesome, that should be good enough. Thanks!

@ridiculousfish
Copy link
Member

This is working well in OS X...not so well in Linux.

@ridiculousfish
Copy link
Member

Never mind, I was testing on an old version in Linux - it works well there too.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants