wordy tom rappinghood club canciones vim word-wrap

tom - Envoltorio de palabras en Gvim



tom tom club canciones (6)

¿Cómo puedo hacer un ajuste de palabras Gvim de tal manera que no rompa palabras en el medio?



También puede usar wrapmargin, que el manual define como:

Number of characters from the right window border where wrapping starts. When typing text beyond this limit, an <EOL> will be inserted and inserting continues on the next line.


Usted puede

:set nowrap

simplemente dejar que enormes líneas se desplacen por el borde de la pantalla. Pero tw es probablemente la mejor forma de hacerlo.



usted puede

:set wrap linebreak nolist


:set tw=78

establece el ancho del texto a 78 caracteres. Puede usar "[movimiento] gq" para volver a envolver texto.