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

Suggestion: DressingInput should use listchars="precedes:…,extends:…" #94

Closed
chrisgrieser opened this issue Apr 2, 2023 · 1 comment

Comments

@chrisgrieser
Copy link
Contributor

I noticed that when I have entered text that is longer than the input window, the left side gets cut off, often leaving me confused. While I can (and did) set them via the win_options available, I think listchars to indicate text cut off make so much sesne that I'd suggest it should be set so by default.

input = {
	win_options = {
		list = true,
		listchars = "precedes:…,extends:…",
		sidescrolloff = 0, -- also reasonable default I think (see issue #76)
	},
},
@stevearc
Copy link
Owner

stevearc commented Apr 4, 2023

Good suggestion, thanks!

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