From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.52.169.74 with SMTP id ac10cs69406vdc; Thu, 17 Mar 2011 09:21:01 -0700 (PDT) Received: by 10.43.65.1 with SMTP id xk1mr2172409icb.294.1300378860531; Thu, 17 Mar 2011 09:21:00 -0700 (PDT) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id i2si5599839icv.142.2011.03.17.09.21.00; Thu, 17 Mar 2011 09:21:00 -0700 (PDT) Received-SPF: pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-talk-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-talk-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id E8A7E1D7810A; Thu, 17 Mar 2011 12:20:59 -0400 (EDT) Received: from mail-iy0-f178.google.com (mail-iy0-f178.google.com [209.85.210.178]) by rubyforge.org (Postfix) with ESMTP id B044C1858112 for ; Thu, 17 Mar 2011 12:04:35 -0400 (EDT) Received: by iyi12 with SMTP id 12so3722675iyi.23 for ; Thu, 17 Mar 2011 09:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=wvEBjgB/+La24LOlcQCspTLnQl1kw5uPNMvHYvo3EGQ=; b=UB87Oxn3Phb6mQROd8kBc1cswEkQwg15pQczFD9o3RVZ8kTo+rCqAVCz5hCdxTX1EX wA2b/kaaO2NJgw3g1LGPMDgGiES+S/Ln+6JocKT2QPlkFILnrpZ2y15o3DYry/q27roP N6a8na5kIsq8YFnQhj6lnNl0oENZyfFrJ6qeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZrJBTQX+surhcF1mwW0JaxbXd0//lUUJb90egRIep399WP61O/vA+qiDyewkT6TcqS WZO9/MXUniiwOIrs2P8wq0AG/4zPEQFeNjzAgvHi0ClRFa7gNHkRA+YbSECZk/J8zi/K zGGt/xoaaaN37XygDn0lhKGQSc8Dt6EBGY9Ec= Received: by 10.42.108.9 with SMTP id f9mr2293062icp.233.1300377875135; Thu, 17 Mar 2011 09:04:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.35.204 with HTTP; Thu, 17 Mar 2011 09:04:15 -0700 (PDT) In-Reply-To: <1300371571-sup-2777@plc.intranet.plecavalier.com> References: <1300371571-sup-2777@plc.intranet.plecavalier.com> From: Erin Sheldon Date: Thu, 17 Mar 2011 12:04:15 -0400 Message-ID: To: Philippe LeCavalier Cc: sup-talk Subject: Re: [sup-talk] vim text wrapping X-BeenThere: sup-talk@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: User & developer discussion of Sup List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-talk-bounces@rubyforge.org Errors-To: sup-talk-bounces@rubyforge.org On Thu, Mar 17, 2011 at 10:26 AM, Philippe LeCavalier wrote: > Hi All. > > This is more of a vim question than it is a sup one but I'm not a > member of the vim list so I thought I'd ask you guys first. > > Since I don't write very well I always end up making changes while > re-reading myself. When I edit a line Vim doesn't wrap anymore like it > did when I first typed the text. So all the lines I've edited aren't > wrapped like the others. It can make reading my mail challenging at > times. > > Perhaps I'm misunderstanding how to properly edit text in vim? You can have vim justify all the text in a paragraph. I have these in my .vimrc, which makes typing Q justify the text. " n is for normal mode nnoremap Q gqap " v is for visual mode. vnoremap Q gq > > -- > Thanks, > Phil > _______________________________________________ > sup-talk mailing list > sup-talk@rubyforge.org > http://rubyforge.org/mailman/listinfo/sup-talk > -- Erin Scott Sheldon Brookhaven National Laboratory _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk