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
Is your feature request related to a problem? Please describe.
with smaller screens / higher font size the lazy window often looks like this, making the hard to read due to the formatting
Describe the solution you'd like
being able to set nowrap for the lazy window. Scrolling a bit to the side to read the commits you are interested in really would not be a big deal.
This could potentially also make sense as a configuration option for lazy, or even as a default, but also does not need to be. Being able to set nowrap at all would already make this far more readable
Describe alternatives you've considered
I set set nowrap in the lazy window, but it barely changed anything, potentially cause lazy already does add some line breaks?
I already increased the width of the lazy window to the 100%
well, decreasing font size, which does not really work well (bad eyes etc.)
Additional context
No response
The text was updated successfully, but these errors were encountered:
It's not possible as of now since the text actually contains whitespace... However I would also really like to be able to set nowrap even though I know @folke has said that he does not plan to change this behaviour... so consider this a +1
Did you check the docs?
Is your feature request related to a problem? Please describe.
with smaller screens / higher font size the lazy window often looks like this, making the hard to read due to the formatting
Describe the solution you'd like
being able to set
nowrap
for the lazy window. Scrolling a bit to the side to read the commits you are interested in really would not be a big deal.This could potentially also make sense as a configuration option for lazy, or even as a default, but also does not need to be. Being able to set
nowrap
at all would already make this far more readableDescribe alternatives you've considered
set nowrap
in the lazy window, but it barely changed anything, potentially cause lazy already does add some line breaks?Additional context
No response
The text was updated successfully, but these errors were encountered: