Re: soft wrapping at a specified column

2011-04-11 Thread Tim Gray
On Apr 08, 2011 at 02:15 PM -0700, Gary Johnson wrote: If you open Vim in a window wider than 80 columns, it will automatically open a new window on the right such that the left window is 80 columns wide. Thanks for the pointers guys. I'll play around with them. It's a shame this isn't an

soft wrapping at a specified column

2011-04-08 Thread Tim Gray
Is there really no way for Vim to soft wrap at a specified column? I know I can turn on hard wrapping or resize the window. Unfortunately, when you resize the window to something that makes really long lines more readable (like 80-90 columns), as soon as you perform a vsplit, you have to go

Re: soft wrapping at a specified column

2011-04-08 Thread Tim Chase
On 04/08/2011 09:30 AM, Tim Gray wrote: Is there really no way for Vim to soft wrap at a specified column? I know I can turn on hard wrapping or resize the window. Unfortunately, when you resize the window to something that makes really long lines more readable (like 80-90 columns), as soon as