From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PiXXo-00088r-HY for garchives@archives.gentoo.org; Thu, 27 Jan 2011 19:30:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70304E0AFE; Thu, 27 Jan 2011 19:28:48 +0000 (UTC) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 2800EE0AFE for ; Thu, 27 Jan 2011 19:28:47 +0000 (UTC) Received: by pvg12 with SMTP id 12so701542pvg.40 for ; Thu, 27 Jan 2011 11:28:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=SFJ2zFAbuSl1nzzwjm5wD84DWHAAWMQOCT6k/LdsOTo=; b=WrrRBaUzCjZZRp6uQ9PRvfkDC9Y2077A5F1uCjykQKiTDN13pITvRq5e/4l7DogRn6 P+fq+E4iZA75pN3M/ne4ZMqsaLZemWZnAVGOiRBee7S+tEzlrWqrfz9AwRKQaggFvxYN C3YhVEgmh6ZI2LrVDNbIAL1Xya0DyJDHU6TMc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tbDJkaCInUddpbxb7e3QeAyN9T1cRUB+QB1+tduMkTuKSregRtJS6Xhs7/pxRNGc0/ OlGed6TcdimjLAvJ73o3Ul9O2IAi2U1jt0fmIijmmiUXhE6nvgJCglhuJY1t169Cckp8 s6ui8wt1ns4Czn7z1z3lZ43iFKGeaxnZL1C2Q= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.142.186.14 with SMTP id j14mr2156123wff.257.1296156527452; Thu, 27 Jan 2011 11:28:47 -0800 (PST) Received: by 10.142.246.2 with HTTP; Thu, 27 Jan 2011 11:28:47 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Jan 2011 14:28:47 -0500 Message-ID: Subject: Re: [gentoo-user] Re: Paste into vim keeping indention or original? From: Mike Gilbert To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: X-Archives-Hash: 681f7dff03ca10c06efaf74ff4a17b60 On Thu, Jan 27, 2011 at 2:22 PM, Mark Knecht wrote: > I solved it by creating a .vimrc file and putting > > set pastetoggle= Running :set paste will do the job as well if you don't want to assign a hot key for it.