<?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: editing a bash command from the CLI using VIM</title>
	<atom:link href="http://www.vim-fu.com/editing-a-long-bash-command-using-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/</link>
	<description>A SysAdmin&#039;s Notebook</description>
	<lastBuildDate>Wed, 28 Jul 2010 07:39:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: jroberts</title>
		<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/comment-page-1/#comment-714</link>
		<dc:creator>jroberts</dc:creator>
		<pubDate>Mon, 19 Apr 2010 06:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vim-fu.com/?p=630#comment-714</guid>
		<description>Rich,  What a great tip!  &quot;fc&quot; is my new favorite way to do this.  

Thanks!</description>
		<content:encoded><![CDATA[<p>Rich,  What a great tip!  &#8220;fc&#8221; is my new favorite way to do this.  </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/comment-page-1/#comment-713</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 19 Apr 2010 02:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.vim-fu.com/?p=630#comment-713</guid>
		<description>If you use bash you should try the builtin command &quot;fc&quot; (stands for &quot;fix command&quot;) just do that and it&#039;s very easy to remember.

great site.</description>
		<content:encoded><![CDATA[<p>If you use bash you should try the builtin command &#8220;fc&#8221; (stands for &#8220;fix command&#8221;) just do that and it&#8217;s very easy to remember.</p>
<p>great site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jroberts</title>
		<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/comment-page-1/#comment-221</link>
		<dc:creator>jroberts</dc:creator>
		<pubDate>Fri, 21 Aug 2009 05:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vim-fu.com/?p=630#comment-221</guid>
		<description>Bartman, thanks for the comments. I am still learning to love vi mode in bash. It breaks using CTRL-A and CTRL-E to get to the start and end of the line and that really bugs me. That&#039;s what I like about this tip, I can keep bash the way I like it, and still be only two key strokes away from editing the command. The extra key stroke is worth it to me.</description>
		<content:encoded><![CDATA[<p>Bartman, thanks for the comments. I am still learning to love vi mode in bash. It breaks using CTRL-A and CTRL-E to get to the start and end of the line and that really bugs me. That&#8217;s what I like about this tip, I can keep bash the way I like it, and still be only two key strokes away from editing the command. The extra key stroke is worth it to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bartman</title>
		<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/comment-page-1/#comment-217</link>
		<dc:creator>bartman</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vim-fu.com/?p=630#comment-217</guid>
		<description>Ah, another note... when you&#039;re editing the command line in vim and you decide you don&#039;t want to execute the command line you can exit with :cq instead of :wq (or ZZ).  Doing so will be the same as pressing ^C in bash to cancel the command.</description>
		<content:encoded><![CDATA[<p>Ah, another note&#8230; when you&#8217;re editing the command line in vim and you decide you don&#8217;t want to execute the command line you can exit with :cq instead of :wq (or ZZ).  Doing so will be the same as pressing ^C in bash to cancel the command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bartman</title>
		<link>http://www.vim-fu.com/editing-a-long-bash-command-using-vim/comment-page-1/#comment-216</link>
		<dc:creator>bartman</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vim-fu.com/?p=630#comment-216</guid>
		<description>If you want the full vim experience you should be using &#039;set -o vi&#039; in bash.  That changes the command line editing mode to use vi-like bindings (i to enter insert mode, ESC to get out).  In normal mode, pushing &#039;v&#039; will start up EDITOR.</description>
		<content:encoded><![CDATA[<p>If you want the full vim experience you should be using &#8216;set -o vi&#8217; in bash.  That changes the command line editing mode to use vi-like bindings (i to enter insert mode, ESC to get out).  In normal mode, pushing &#8216;v&#8217; will start up EDITOR.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
