Hi José Maria,

I am doing a test.

In this message, I seted in vimrc this lines:


set wrap
set linebreak

Here, I will post a lot off words to test.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate
velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt
mollit anim id est laborum.

Marcelo

On 29/08/22 at 09:59, José María Mateos wrote:
> On Mon, Aug 29, 2022 at 03:43:37PM +0200, Angel M Alganza wrote:
> > Perhaps if there was a way to configure Mutt to wrap long lines while
> > reading mail with them and Vim to do the same (visually but not actually
> > including the new lines) while editing they would be bearable for us who
> > preffer wrapped mail?
> 
> You can do that. For mutt:
> 
> unset markers
> set wrap = 78
> 
> That'll wrap long lines at 78 characters and won't use markers to show where
> a line was wrapped (I found that quite distracting.)
> 
> For vim, you can enable soft line wrapping. For example:
> https://vim.works/2019/03/16/wrapping-text-in-vim/
> 
> I think this is what you mean in your message, at least. This won't wrap any
> text lines and will leave the client to deal with it as it sees fit. On
> mutt's side, it'll wrap long lines at the 78 char mark.
> 
> Cheers,
> 
> -- 
> José María (Chema) Mateos || https://rinzewind.org

-- 
Marcelo

Reply via email to