I am opening DevDocs in a floating window, but some lines contain more characters than it can fit on the screen, causing the text to be hidden. By enabling the wrap = truesetting, I am able to view the complete text, but it is wrapping based on the characters.
I would like the text to wrap based on words. If I run set linebreak for the floating window, then it fixes the issues.
Is there any way to set this by default for the floating window? If there isn't any, can you please add some config parameter for it?
Thanks for the report, I didn't know that wrap worked that way, it'd make sense to add linebreak by default if wrap is set to true. I'll change this right away.
This is my config for devdocs
I am opening DevDocs in a floating window, but some lines contain more characters than it can fit on the screen, causing the text to be hidden. By enabling the
wrap = true
setting, I am able to view the complete text, but it is wrapping based on the characters.I would like the text to wrap based on words. If I run
set linebreak
for the floating window, then it fixes the issues.Is there any way to set this by default for the floating window? If there isn't any, can you please add some config parameter for it?