<?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: Vim Uppercase &amp; Lowercase</title>
	<atom:link href="http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/</link>
	<description>Notes by Lee Blue</description>
	<lastBuildDate>Wed, 23 Mar 2011 22:51:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dreas Grech</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-417</link>
		<dc:creator>Dreas Grech</dc:creator>
		<pubDate>Sun, 30 May 2010 15:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-417</guid>
		<description>To toggle between cases, you can use the ~ character.

In Command mode, it toggles the character under the cursor and in Visual mode it toggles the highlighted text.</description>
		<content:encoded><![CDATA[<p>To toggle between cases, you can use the ~ character.</p>
<p>In Command mode, it toggles the character under the cursor and in Visual mode it toggles the highlighted text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gen2ly</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-148</link>
		<dc:creator>Gen2ly</dc:creator>
		<pubDate>Sat, 26 Sep 2009 00:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-148</guid>
		<description>&gt;Jakub Bielaszka Says: 
&gt;
&gt;Hi,
&gt;
&gt;to change all UPPERCASE letters to lowercase letters in a file:
&gt;
&gt;:%s/[A-Z]/\L&amp;/g

or guGG</description>
		<content:encoded><![CDATA[<p>&gt;Jakub Bielaszka Says:<br />
&gt;<br />
&gt;Hi,<br />
&gt;<br />
&gt;to change all UPPERCASE letters to lowercase letters in a file:<br />
&gt;<br />
&gt;:%s/[A-Z]/\L&amp;/g</p>
<p>or guGG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thierry</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-137</link>
		<dc:creator>Thierry</dc:creator>
		<pubDate>Thu, 23 Jul 2009 14:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-137</guid>
		<description>@Jakub : it&#039;s easier to just convert the whole file in lowercase :
1gguG</description>
		<content:encoded><![CDATA[<p>@Jakub : it&#8217;s easier to just convert the whole file in lowercase :<br />
1gguG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-43</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Wed, 28 Jan 2009 20:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-43</guid>
		<description>nice!</description>
		<content:encoded><![CDATA[<p>nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Bielaszka</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-44</link>
		<dc:creator>Jakub Bielaszka</dc:creator>
		<pubDate>Thu, 25 Dec 2008 19:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-44</guid>
		<description>Hi,

to change all UPPERCASE letters to lowercase letters in a file:

:%s/[A-Z]/\L&amp;/g</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>to change all UPPERCASE letters to lowercase letters in a file:</p>
<p>:%s/[A-Z]/\L&amp;/g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-42</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 02 Dec 2008 21:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-42</guid>
		<description>This also works if you don&#039;t have a selection. For example, uppercase until the end of the word:

gUw

Or, two words:

gU2w

Or, end of the line:

gU$

Or, next 10 characters:

gU10l</description>
		<content:encoded><![CDATA[<p>This also works if you don&#8217;t have a selection. For example, uppercase until the end of the word:</p>
<p>gUw</p>
<p>Or, two words:</p>
<p>gU2w</p>
<p>Or, end of the line:</p>
<p>gU$</p>
<p>Or, next 10 characters:</p>
<p>gU10l</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://www.refreshinglyblue.com/2007/08/29/vim-uppercase-lowercase/comment-page-1/#comment-41</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://refreshinglyblue.com/?p=13#comment-41</guid>
		<description>Hi,

Just noticed this. Thanks for the tip, but the command doesn&#039;t have a : prefix. Just use it as directed but without :</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just noticed this. Thanks for the tip, but the command doesn&#8217;t have a : prefix. Just use it as directed but without :</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
