In vim I am now using wrap on. I need to indicate wrapped line by prepending character. I know it is possible - I was using it years ago, but my old .vimrc is lost. Or any other useful indication of wrapped line would be helpful.
Check :h showbreak
'showbreak' 'sbr' string (default "")
String to put at the start of lines that have been wrapped. Useful values are "> " or "+++ ":
:set showbreak=>\
Interesting :) Why won't you just use line numbers on the left? You'll see when new line starts, because new number appears only on new line, and not on line broken on the screen, no matter how long it is.
:set nu
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With