<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Paste Mode: Pasting text (and indenting it) in Vim</title>
	<atom:link href="http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/</link>
	<description>Linux enthusiast and Mac fan, ranting and raving about technical stuff!</description>
	<lastBuildDate>Sat, 02 Jan 2010 19:24:22 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AlbunseMibleces</title>
		<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/#comment-11433</link>
		<dc:creator>AlbunseMibleces</dc:creator>
		<pubDate>Sun, 04 Jan 2009 07:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://ayaz.wordpress.com/?p=220#comment-11433</guid>
		<description>hello it is test. WinRAR provides the full RAR and ZIP file support, can decompress CAB, GZIP, ACE and other archive formats.
skdqbgngexryyyctdkyuujwmgrmohwdsvzyhello</description>
		<content:encoded><![CDATA[<p>hello it is test. WinRAR provides the full RAR and ZIP file support, can decompress CAB, GZIP, ACE and other archive formats.<br />
skdqbgngexryyyctdkyuujwmgrmohwdsvzyhello</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayaz</title>
		<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/#comment-11244</link>
		<dc:creator>ayaz</dc:creator>
		<pubDate>Sun, 22 Jun 2008 05:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://ayaz.wordpress.com/?p=220#comment-11244</guid>
		<description>i was a fan of Emacs for a long time.  but for many different reasons, i gave it up for Vim.  i love the fact that i can very quickly edit text without having to move my fingers all down to reach Ctrl, Alt, etc keys.  and i think almost all ten-finger touch typists would feel the flexibility and ease the navigation mode and the navigation jkhl keys provide.</description>
		<content:encoded><![CDATA[<p>i was a fan of Emacs for a long time.  but for many different reasons, i gave it up for Vim.  i love the fact that i can very quickly edit text without having to move my fingers all down to reach Ctrl, Alt, etc keys.  and i think almost all ten-finger touch typists would feel the flexibility and ease the navigation mode and the navigation jkhl keys provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ayaz</title>
		<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/#comment-11243</link>
		<dc:creator>ayaz</dc:creator>
		<pubDate>Sun, 22 Jun 2008 05:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://ayaz.wordpress.com/?p=220#comment-11243</guid>
		<description>hey Michiel :)  thanks for the comment.  insightful ;)  i have been looking for that pastetoggle thingy.</description>
		<content:encoded><![CDATA[<p>hey Michiel :)  thanks for the comment.  insightful ;)  i have been looking for that pastetoggle thingy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faried Nawaz</title>
		<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/#comment-11242</link>
		<dc:creator>Faried Nawaz</dc:creator>
		<pubDate>Sat, 21 Jun 2008 17:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://ayaz.wordpress.com/?p=220#comment-11242</guid>
		<description>psst.  emacs.</description>
		<content:encoded><![CDATA[<p>psst.  emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paste Mode: Pasting text (and indenting it) in Vim &#124; Tea Break</title>
		<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/#comment-11241</link>
		<dc:creator>Paste Mode: Pasting text (and indenting it) in Vim &#124; Tea Break</dc:creator>
		<pubDate>Sat, 21 Jun 2008 16:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://ayaz.wordpress.com/?p=220#comment-11241</guid>
		<description>[...] This cup of tea was served by: Libel [...]</description>
		<content:encoded><![CDATA[<p>[...] This cup of tea was served by: Libel [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel</title>
		<link>http://ayaz.wordpress.com/2008/06/21/paste-mode-pasting-text-and-indenting-it-in-vim/#comment-11240</link>
		<dc:creator>Michiel</dc:creator>
		<pubDate>Sat, 21 Jun 2008 15:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://ayaz.wordpress.com/?p=220#comment-11240</guid>
		<description>you could also set the following code in your .vimrc

set pastetoggle=

that way you can turn auto indenting for pastes on and off with one press of a key. Basically pastetoggle takes care of &quot;:set paste&quot; &quot;:set nopaste&quot;

As for a quite indenting trick. When in command mode, pres &quot;=&quot; followed by the amount of line numbers you want to auto indent and presto, all done.</description>
		<content:encoded><![CDATA[<p>you could also set the following code in your .vimrc</p>
<p>set pastetoggle=</p>
<p>that way you can turn auto indenting for pastes on and off with one press of a key. Basically pastetoggle takes care of &#8220;:set paste&#8221; &#8220;:set nopaste&#8221;</p>
<p>As for a quite indenting trick. When in command mode, pres &#8220;=&#8221; followed by the amount of line numbers you want to auto indent and presto, all done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
