kakoune
kakoune copied to clipboard
Hide line number on wrapped lines
I started discussing this topic on that issue: https://github.com/mawww/kakoune/issues/4982#issuecomment-1723428016
This is a draft, so it does not implement the whole behavior, and it is really rough. This is more to discuss the idea, and the implementation can be reviewed then.
This is about trying to hide line numbers on lines that are wrapped. As of today, line numbers are duplicated when lines are wrapped. This duplication can be desired for some users. But for some others, they prefer having them hidden, to clearly distinguish a regular line from a wrapped one.
So the idea of this PR is to draw empty spaces in replacement of the line number for wrapped lines. And this could be activated using an option on the number-lines
highlighter.
What do you think?
See the result: