<?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: Deprecated Videos</title>
	<atom:link href="http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekwyatt.org</link>
	<description>Vim, OO Design and Piles of Uselessness</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:56:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: aboo</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-2865</link>
		<dc:creator>aboo</dc:creator>
		<pubDate>Thu, 29 Jul 2010 09:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-2865</guid>
		<description>really good blog post, thank you!</description>
		<content:encoded><![CDATA[<p>really good blog post, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-956</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-956</guid>
		<description>That is correct Derek and I see know how it was done (via the video).  Thank you very much.</description>
		<content:encoded><![CDATA[<p>That is correct Derek and I see know how it was done (via the video).  Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-954</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-954</guid>
		<description>I assume you don&#039;t have the VisIncr plugin installed. Have a look at &lt;a href=&quot;http://vimeo.com/4457161&quot;  alt=&quot;&quot; rel=&quot;nofollow&quot;&gt;this video for more details&lt;/a&gt;. </description>
		<content:encoded><![CDATA[<p>I assume you don&#8217;t have the VisIncr plugin installed. Have a look at <a href="http://vimeo.com/4457161"  alt="" rel="nofollow">this video for more details</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-953</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-953</guid>
		<description>Ok special characters get filtered out:
E492: Not an editor command 
single quote, less than sign, comma, single quote, greater than sign, I</description>
		<content:encoded><![CDATA[<p>Ok special characters get filtered out:<br />
E492: Not an editor command<br />
single quote, less than sign, comma, single quote, greater than sign, I</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-952</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:28:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-952</guid>
		<description>Sorry, mistyped something.

Between 5 &amp; 6 after selecting text with VB mode you hit:
:&#039;I

I get an error:
E492: Not an editor command :&#039;I

What did I do incorrectly.</description>
		<content:encoded><![CDATA[<p>Sorry, mistyped something.</p>
<p>Between 5 &amp; 6 after selecting text with VB mode you hit:<br />
:&#8217;I</p>
<p>I get an error:<br />
E492: Not an editor command :&#8217;I</p>
<p>What did I do incorrectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nix</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-951</link>
		<dc:creator>nix</dc:creator>
		<pubDate>Wed, 20 Jan 2010 17:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-951</guid>
		<description>Hello Derek,
I have a simple question about:  (Deprecated) Basic Editing (Screencast 1).  You inserted some line numbers.  The steps that I traced out are as follows (2:12 minutes into the video):

step 1) 20 o

step 2) Inserted &quot;i&quot; with the number one with a comma:  1,

step 3) Hit escape twice.  Results the number &quot;1,&quot; repeated 20 times.  Well, actually I heard the keyboard being hit once (not twice).  Not sure if you have a bind for it.  However, hitting ESC twice works for me.

step 4) CTRL-V (vb mode or CTRL-Q windows) for VB mode and selected all the number ones.

Step 5) You hit.    :I  which resulted in:   :&#039;I

Step 6)  Not sure what you hit but the line numbers were filled in.

What was done between step 5 and step 6?  When I attempt to repeat your steps I get to step 5 and have:   :&#039;I

When I hit Enter I get: E492: Not an editor command: &#039;I
Your results had line numbers filled in place.

Any advice would be greatly appreciated.
Best regards,
Nix</description>
		<content:encoded><![CDATA[<p>Hello Derek,<br />
I have a simple question about:  (Deprecated) Basic Editing (Screencast 1).  You inserted some line numbers.  The steps that I traced out are as follows (2:12 minutes into the video):</p>
<p>step 1) 20 o</p>
<p>step 2) Inserted &#8220;i&#8221; with the number one with a comma:  1,</p>
<p>step 3) Hit escape twice.  Results the number &#8220;1,&#8221; repeated 20 times.  Well, actually I heard the keyboard being hit once (not twice).  Not sure if you have a bind for it.  However, hitting ESC twice works for me.</p>
<p>step 4) CTRL-V (vb mode or CTRL-Q windows) for VB mode and selected all the number ones.</p>
<p>Step 5) You hit.    :I  which resulted in:   :&#8217;I</p>
<p>Step 6)  Not sure what you hit but the line numbers were filled in.</p>
<p>What was done between step 5 and step 6?  When I attempt to repeat your steps I get to step 5 and have:   :&#8217;I</p>
<p>When I hit Enter I get: E492: Not an editor command: &#8216;I<br />
Your results had line numbers filled in place.</p>
<p>Any advice would be greatly appreciated.<br />
Best regards,<br />
Nix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gisueppe Caruso</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-135</link>
		<dc:creator>Gisueppe Caruso</dc:creator>
		<pubDate>Fri, 25 Sep 2009 08:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-135</guid>
		<description>Great! Thanks so much Derek. 
Btw, I would contact you by the contact form in the bottom right corner of the web site but the Captcha doesn&#039;t appear. There is just the field but not the image.</description>
		<content:encoded><![CDATA[<p>Great! Thanks so much Derek.<br />
Btw, I would contact you by the contact form in the bottom right corner of the web site but the Captcha doesn&#8217;t appear. There is just the field but not the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-133</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Thu, 24 Sep 2009 23:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-133</guid>
		<description>I&#039;ve got two videos next on my list (I hope to do them in the next few days): &quot;Welcome to Vim&quot; to create the absolute beginner introduction thing that should be seen before basic movement and then &quot;the runtime directory&quot; that will be a prelude to plugins, so it&#039;s coming soon!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got two videos next on my list (I hope to do them in the next few days): &#8220;Welcome to Vim&#8221; to create the absolute beginner introduction thing that should be seen before basic movement and then &#8220;the runtime directory&#8221; that will be a prelude to plugins, so it&#8217;s coming soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gisueppe Caruso</title>
		<link>http://www.derekwyatt.org/vim/vim-tutorial-videos/deprecated-videos/comment-page-1/#comment-132</link>
		<dc:creator>Gisueppe Caruso</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/?page_id=184#comment-132</guid>
		<description>Hi Derek,
once again, thanks for these great videos.
Can I ask you for a &quot;Which kind of plugins exist for Vim (color schemes, snippets and so on) and how to install them&quot; series?
I know, for you it can be simple, but, just to let you understand, on the &quot;XP&#039;s Snippet Template&quot; page, in the installation section it is wrote:
&quot;copy files into runtime path. 
:helptags path_to_xpt/doc 
:help xpt 

And you need at least these 2 setting on : 
set nocompatible 
filetype plugin  on &quot;

Now, a &quot;pro&quot; like me first say: «runtime what?»

Then: «:helptags?»

Lastly: «hmm, let&#039;s hope Derek will make a &quot;how to install plugins&quot; series or I will continue to exercise with &quot;Basic Movements part 2&quot;»

:D</description>
		<content:encoded><![CDATA[<p>Hi Derek,<br />
once again, thanks for these great videos.<br />
Can I ask you for a &#8220;Which kind of plugins exist for Vim (color schemes, snippets and so on) and how to install them&#8221; series?<br />
I know, for you it can be simple, but, just to let you understand, on the &#8220;XP&#8217;s Snippet Template&#8221; page, in the installation section it is wrote:<br />
&#8220;copy files into runtime path.<br />
:helptags path_to_xpt/doc<br />
:help xpt </p>
<p>And you need at least these 2 setting on :<br />
set nocompatible<br />
filetype plugin  on &#8221;</p>
<p>Now, a &#8220;pro&#8221; like me first say: «runtime what?»</p>
<p>Then: «:helptags?»</p>
<p>Lastly: «hmm, let&#8217;s hope Derek will make a &#8220;how to install plugins&#8221; series or I will continue to exercise with &#8220;Basic Movements part 2&#8243;»</p>
<p>:D</p>
]]></content:encoded>
	</item>
</channel>
</rss>
