<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jaux.net &#187; VIM</title>
	<atom:link href="http://jaux.net/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaux.net</link>
	<description>Discovering this wonderful world...</description>
	<lastBuildDate>Fri, 06 Jan 2012 07:49:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Disable Bell in VIM</title>
		<link>http://jaux.net/2010/03/09/disable-bell-vim/</link>
		<comments>http://jaux.net/2010/03/09/disable-bell-vim/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:22:51 +0000</pubDate>
		<dc:creator>jaux</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://jaux.net/?p=376</guid>
		<description><![CDATA[via]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash; title: ; notranslate">
&quot; Disable both beep and visual flash
set visualbell t_vb=
</pre>
<p><small><a href="http://www.computing.net/answers/linux/disable-bell-in-vim/24657.html">via</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://jaux.net/2010/03/09/disable-bell-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search for next</title>
		<link>http://jaux.net/2007/11/20/search-for-next/</link>
		<comments>http://jaux.net/2007/11/20/search-for-next/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 17:21:48 +0000</pubDate>
		<dc:creator>jaux</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://jaux.net/2007-11-20/search-for-next/</guid>
		<description><![CDATA[This is a VIM tip. I saw it before, but I forgot it after a while. I saw it today, I don&#8217;t want lose it again, so I write it down. When you are going though a document in VIM, &#8230; <a href="http://jaux.net/2007/11/20/search-for-next/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://jaux.net/uploads/2007/11/vim.gif" alt="Vim" />This is a VIM tip. I saw it before, but I forgot it after a while. I saw it today, I don&#8217;t want lose it again, so I write it down.</p>
<p>When you are going though a document in VIM, you find a word and you want to go to the next same word in the document, you just need to put the cursor on the word and press <strong>*</strong> (SHIFT + 8).</p>
<p>What if you want to the previous one? Answer: <strong>#</strong> (SHIFT + 3).</p>
]]></content:encoded>
			<wfw:commentRss>http://jaux.net/2007/11/20/search-for-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

