<?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>Vitor Rodrigues &#187; vimrc</title>
	<atom:link href="http://www.vitorrodrigues.com/blog/tag/vimrc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vitorrodrigues.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 28 Sep 2009 18:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Backspace in Vim</title>
		<link>http://www.vitorrodrigues.com/blog/2006/11/24/backspace-in-vim/</link>
		<comments>http://www.vitorrodrigues.com/blog/2006/11/24/backspace-in-vim/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 20:06:27 +0000</pubDate>
		<dc:creator>vitor</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[text_editors]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[vimrc]]></category>

		<guid isPermaLink="false">http://www.vitorrodrigues.com/blog/2006/11/24/backspace-in-vim/</guid>
		<description><![CDATA[One of the things I like to have in VIM is the backspace key working just like in all the other editors. I like the backspace key to delete the characters in in the right-to-left direction and delete also the line breaks when it gets to the beginning of a line. However, most of default [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I like to have in VIM is the backspace key working just like in all the other editors. I like the backspace key to delete the characters in in the right-to-left direction and delete also the line breaks when it gets to the beginning of a line. However, most of default vimrc files I find don&#8217;t have this enabled. Sometimes the backspace doesn&#8217;t delete at all, other times it doe not delete the line breaks&#8230;. arghh&#8230;</p>
<p>To have the backspace key in VIM behaving just like in all the other text editors,&nbsp; just add the following line to your vimrc file:</p>
<pre>set backspace=indent,eol,start </pre>
<img src="http://www.vitorrodrigues.com/blog/?ak_action=api_record_view&id=39&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.vitorrodrigues.com/blog/2006/11/24/backspace-in-vim/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

