On 8/5/06, Grant <[EMAIL PROTECTED]> wrote:
Does anyone know how to prevent vi from inserting a line break after every however many characters?
Is it actually inserting line breaks? Or just wrapping long lines for display? If actually inserting line breaks, then you have textwidth set somewhere. You can turn it of with: :set textwidth 0 If it is just for display: :set nowrap BTW, :help will give you the built-in help system. Of course, there is also a method of fixing this in bash. alias vi=kedit :-) -Richard -- gentoo-user@gentoo.org mailing list