Michael Kintzios wrote:

-----Original Message-----
From: JimD [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 21:20
To: [email protected]
Subject: Re: [gentoo-user] OT - Linewrap in vim


On Thu, 23 Mar 2006 12:18:44 -0600
Michael Sullivan <[EMAIL PROTECTED]> wrote:


Is there a way to turn off the line wrap function in

vim/gvim?  I know

it doesn't actually wrap lines in the file - I just want to turn off
the visual line wrap in the editor.  Is that possible?

From within vim/gvim type:

:set nowrap

I add that to my .vimrc, without the ":".


While on this topic, when I cut & paste in Vim it automatically inserts
indents on the front of each pasted line which messes up my config
files.  I had it fixed some time ago and now I noticed it's back - would
you know how I can switch it off again?

:set noai

and :set ai for when you want it back on :)
--
[email protected] mailing list

Reply via email to