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
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)
},
},
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: