<?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: Useful vim commands</title>
	<atom:link href="http://gingerjoos.com/blog/linux/useful-vim-commands/feed" rel="self" type="application/rss+xml" />
	<link>http://gingerjoos.com/blog/linux/useful-vim-commands</link>
	<description>Are dreams thoughts... or are thoughts dreams..</description>
	<lastBuildDate>Wed, 25 Aug 2010 03:56:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Anirudh</title>
		<link>http://gingerjoos.com/blog/linux/useful-vim-commands/comment-page-1#comment-34</link>
		<dc:creator>Anirudh</dc:creator>
		<pubDate>Sat, 06 Jun 2009 10:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=90#comment-34</guid>
		<description>damn I missed the full file search. And yeah, luv vimdiff. Quite the life saver. It&#039;s one editor that sort of grows on you, isn&#039;t it :) Little by little you learn more about it and in a while you can&#039;t do without it.</description>
		<content:encoded><![CDATA[<p>damn I missed the full file search. And yeah, luv vimdiff. Quite the life saver. It&#8217;s one editor that sort of grows on you, isn&#8217;t it <img src='http://gingerjoos.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Little by little you learn more about it and in a while you can&#8217;t do without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Nair</title>
		<link>http://gingerjoos.com/blog/linux/useful-vim-commands/comment-page-1#comment-32</link>
		<dc:creator>Rohit Nair</dc:creator>
		<pubDate>Sat, 06 Jun 2009 06:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://gingerjoos.com/blog/?p=90#comment-32</guid>
		<description>Some commands that i use most often.
Search and replace mainly the full file search and replace. Command :%s/old_pattern/new_pattern/
Just the basic search functionality, * to search word under cursor etc.
Split mode 
:sp  for horizontal split, :vsp  for vertical, ^w + arrow key to jump focus from each split. 
Code folding, especially useful when dealing with huge files with many functions etc. 
Vim diff! vim -d  for quickly checking differences b/w 2 similar files and making changes if necessary
And you even learn to love some of the small things that really make a difference, like ~ to toggle the case of the alphabet under the curser etc.
And of course a lot lot more, vim FTW!</description>
		<content:encoded><![CDATA[<p>Some commands that i use most often.<br />
Search and replace mainly the full file search and replace. Command :%s/old_pattern/new_pattern/<br />
Just the basic search functionality, * to search word under cursor etc.<br />
Split mode<br />
:sp  for horizontal split, :vsp  for vertical, ^w + arrow key to jump focus from each split.<br />
Code folding, especially useful when dealing with huge files with many functions etc.<br />
Vim diff! vim -d  for quickly checking differences b/w 2 similar files and making changes if necessary<br />
And you even learn to love some of the small things that really make a difference, like ~ to toggle the case of the alphabet under the curser etc.<br />
And of course a lot lot more, vim FTW!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
