I've started using vim in the tty for creating prose (as opposed to code) without any distractions. This works fairly well, but there is a problem with wrapping. Obviously, having lines go all the way across the screen is difficult to read. I need the text to wrap at somewhere around 70-80 characters.
I've tried doing this with the textwidth (tw) and wrapmargin (wm) options. This works well within the buffer, but it creates line breaks, which is a pain if I want to move the text into a WYSIWYG editor or post it on my blog. Is there a way to make the text wrap within the buffer at 72 characters without actually creating a line break? -- View this message in context: http://vim.1045645.n5.nabble.com/user-specified-wrapping-w-o-linebreak-tp4709070p4709070.html Sent from the Vim - General mailing list archive at Nabble.com. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
