Hacker News new | ask | show | jobs
by galkk 1093 days ago
I didn't mean formatting, but just "wrap lines in editor". So long lines always fit screen, without actually inserting line separators.

I was speaking about

    set wrap 
but because I turn on display invisible symbols,

    set linebreak 
doesn't work. Why? I don't know. Somehow IDEs can do that without issues, but the technology isn't there yet for vim, seems like.