<?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/"
		>
<channel>
	<title>Comments on: Cool vim random line shuffle trick</title>
	<atom:link href="http://www.skrinakcreative.com/wp/2009/05/cool-vim-random-line-shuffle-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skrinakcreative.com/wp/2009/05/cool-vim-random-line-shuffle-trick/</link>
	<description>My Professional Journal</description>
	<lastBuildDate>Mon, 09 Jan 2012 12:03:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kyle Skrinak</title>
		<link>http://www.skrinakcreative.com/wp/2009/05/cool-vim-random-line-shuffle-trick/comment-page-1/#comment-1023</link>
		<dc:creator>Kyle Skrinak</dc:creator>
		<pubDate>Mon, 09 Jan 2012 12:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=369#comment-1023</guid>
		<description>Awesome, thanks nik!</description>
		<content:encoded><![CDATA[<p>Awesome, thanks nik!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nik</title>
		<link>http://www.skrinakcreative.com/wp/2009/05/cool-vim-random-line-shuffle-trick/comment-page-1/#comment-1022</link>
		<dc:creator>nik</dc:creator>
		<pubDate>Sat, 07 Jan 2012 13:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=369#comment-1022</guid>
		<description>nice trick. it&#039;s cleaner and easier to use if you make it a one-liner this way:
&lt;code&gt;:%!perl -e &#039;use List::Util &#039;shuffle&#039;; print shuffle();&#039;&lt;/code&gt;

then you can even put it in ur vimrc and bind it to a key if you want
e.g.
&lt;code&gt;map r :%!perl -e &#039;use List::Util &#039;shuffle&#039;; print shuffle();&#039;&lt;/code&gt;

then you can just tap &#039;\r&#039; (unless you&#039;re leader key is bound to something different) and vim will reshuffle your file. 

windows users will need to install perl first tho</description>
		<content:encoded><![CDATA[<p>nice trick. it&#8217;s cleaner and easier to use if you make it a one-liner this way:<br />
<code>:%!perl -e 'use List::Util 'shuffle'; print shuffle();'</code></p>
<p>then you can even put it in ur vimrc and bind it to a key if you want<br />
e.g.<br />
<code>map r :%!perl -e 'use List::Util 'shuffle'; print shuffle();'</code></p>
<p>then you can just tap &#8216;\r&#8217; (unless you&#8217;re leader key is bound to something different) and vim will reshuffle your file. </p>
<p>windows users will need to install perl first tho</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.skrinakcreative.com/wp/2009/05/cool-vim-random-line-shuffle-trick/comment-page-1/#comment-123</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 14 Dec 2009 11:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.skrinakcreative.com/wp/?p=369#comment-123</guid>
		<description>Look up the Unix command shuf.</description>
		<content:encoded><![CDATA[<p>Look up the Unix command shuf.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: www.skrinakcreative.com @ 2012-02-06 05:39:19 by W3 Total Cache -->
