Y
Hacker News
new
|
ask
|
show
|
jobs
by
lelanthran
1095 days ago
> * Wrap long lines by whole words if possible? No default setting, I guess I need to search for plugin for that too.
Shift-V:!fmt
Works on all blocks, not only lines.
1 comments
galkk
1095 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.
link
I was speaking about
but because I turn on display invisible symbols, 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.