<?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: How to Run External Commands Without Leaving Vim</title>
	<atom:link href="http://labs.kortina.net/2009/07/29/how-to-run-external-commands-without-leaving-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.kortina.net/2009/07/29/how-to-run-external-commands-without-leaving-vim/</link>
	<description>by andrew kortina</description>
	<lastBuildDate>Thu, 04 Mar 2010 08:47:19 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kortina</title>
		<link>http://labs.kortina.net/2009/07/29/how-to-run-external-commands-without-leaving-vim/comment-page-1/#comment-2180</link>
		<dc:creator>kortina</dc:creator>
		<pubDate>Thu, 30 Jul 2009 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://labs.kortina.net/?p=292#comment-2180</guid>
		<description>Woah sick tip about running current file through the interpreter. Love it!</description>
		<content:encoded><![CDATA[<p>Woah sick tip about running current file through the interpreter. Love it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexlines</title>
		<link>http://labs.kortina.net/2009/07/29/how-to-run-external-commands-without-leaving-vim/comment-page-1/#comment-2179</link>
		<dc:creator>alexlines</dc:creator>
		<pubDate>Wed, 29 Jul 2009 21:34:42 +0000</pubDate>
		<guid isPermaLink="false">http://labs.kortina.net/?p=292#comment-2179</guid>
		<description>I often use :%!sort for sorting a text file I&#039;m looking at. more frequently used actions are bound to an unused command key so I can run them with one keystroke. from my .vimrc config file:&lt;br&gt;&lt;br&gt;&quot;run the current file through the python interpreter (create control-M by typing control-v control-m)&lt;br&gt;map &lt;F1&gt; :!python %^M&lt;br&gt;&quot;display uncommitted changes to current file&lt;br&gt;map &lt;F2&gt; :!git diff -u -w %^M&lt;br&gt;&quot;spell-check current doc, produces a list of mispelled words&lt;br&gt;map &lt;F3&gt; :!aspell list &lt; %^M</description>
		<content:encoded><![CDATA[<p>I often use :%!sort for sorting a text file I&#39;m looking at. more frequently used actions are bound to an unused command key so I can run them with one keystroke. from my .vimrc config file:</p>
<p>&#8220;run the current file through the python interpreter (create control-M by typing control-v control-m)<br />map &lt;F1&gt; :!python %^M<br />&#8220;display uncommitted changes to current file<br />map &lt;F2&gt; :!git diff -u -w %^M<br />&#8220;spell-check current doc, produces a list of mispelled words<br />map &lt;F3&gt; :!aspell list &lt; %^M</p>
]]></content:encoded>
	</item>
</channel>
</rss>
