<?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 tip: Fix the cursor keys echoing characters in insert mode</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Mon, 21 May 2012 05:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/comment-page-1/#comment-65086</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 29 May 2009 17:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/#comment-65086</guid>
		<description>Jonathan is correct this is definitively fixed with adding

set nocompatible

to your ~/.vimrc file or even adding:

:set nocompatible

to your /usr/local/share/vim/vimrc file (this is the default file for system wide configuration. Thanks Jonathan, it worked great for me.</description>
		<content:encoded><![CDATA[<p>Jonathan is correct this is definitively fixed with adding</p>
<p>set nocompatible</p>
<p>to your ~/.vimrc file or even adding:</p>
<p>:set nocompatible</p>
<p>to your /usr/local/share/vim/vimrc file (this is the default file for system wide configuration. Thanks Jonathan, it worked great for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/comment-page-1/#comment-64629</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 23 Oct 2008 20:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/#comment-64629</guid>
		<description>I&#039;ve seen a lot of times that this is caused by vim running in compatible mode.  You can fix this by editing ~/.vimrc and adding the following line:

set nocompatible</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen a lot of times that this is caused by vim running in compatible mode.  You can fix this by editing ~/.vimrc and adding the following line:</p>
<p>set nocompatible</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/comment-page-1/#comment-14101</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Wed, 01 Nov 2006 14:40:17 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/#comment-14101</guid>
		<description>Well spotted Mike, I&#039;ve amended the instructions. Thanks.</description>
		<content:encoded><![CDATA[<p>Well spotted Mike, I&#8217;ve amended the instructions. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isofarro</title>
		<link>http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/comment-page-1/#comment-14100</link>
		<dc:creator>Isofarro</dc:creator>
		<pubDate>Wed, 01 Nov 2006 14:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/10/15/vim-tip-fix-the-cursor-keys-echoing-characters-in-insert-mode/#comment-14100</guid>
		<description>After step 6, press Esc to get into command mode (beep mode) first, and then do Ctrl-zz to save and exit.</description>
		<content:encoded><![CDATA[<p>After step 6, press Esc to get into command mode (beep mode) first, and then do Ctrl-zz to save and exit.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

