<?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 versus Emacs</title>
	<atom:link href="http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: vorn</title>
		<link>http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/#comment-18701</link>
		<dc:creator>vorn</dc:creator>
		<pubDate>Thu, 23 Sep 2010 07:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1669#comment-18701</guid>
		<description>I must say, after learning emacs I&#039;m constantly and pleasantly surprized at how many OSX applications support the same cursor movement keybindings. And not just native apps either.

As an example, Taskpaper (as the name suggests, a flat-file to-do task manager). When you press TAB it indents the current project, task or note by one increment. Since copying and pasting (killing and yanking.. har har) a tab character didn&#039;t seem like a good solution, I just tried preceding the TAB key with Ctrl + q ... in emacs this would have the same effect: take the next key press literally. Voila!

Although the learning curve for both emacs and vi(vim) is quite high, my compulsive desire to KNOW I&#039;m using the best text editor will drive me to spend a year using vim, just so I can make up my own mind of which I prefer. To this day I have yet to find an objective comparison of the two.

Live and let live...
vim and let emacs.</description>
		<content:encoded><![CDATA[<p>I must say, after learning emacs I&#8217;m constantly and pleasantly surprized at how many OSX applications support the same cursor movement keybindings. And not just native apps either.</p>
<p>As an example, Taskpaper (as the name suggests, a flat-file to-do task manager). When you press TAB it indents the current project, task or note by one increment. Since copying and pasting (killing and yanking.. har har) a tab character didn&#8217;t seem like a good solution, I just tried preceding the TAB key with Ctrl + q &#8230; in emacs this would have the same effect: take the next key press literally. Voila!</p>
<p>Although the learning curve for both emacs and vi(vim) is quite high, my compulsive desire to KNOW I&#8217;m using the best text editor will drive me to spend a year using vim, just so I can make up my own mind of which I prefer. To this day I have yet to find an objective comparison of the two.</p>
<p>Live and let live&#8230;<br />
vim and let emacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DoctorPepper</title>
		<link>http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/#comment-18629</link>
		<dc:creator>DoctorPepper</dc:creator>
		<pubDate>Sun, 12 Sep 2010 02:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1669#comment-18629</guid>
		<description>I&#039;ve only used vi/Vim since I started in Unix/Linux.  Where I currently work, we have literally hundreds of Solaris and Linux servers, and the only editor on them is vi.  I managed to get Vim pushed through as a standard there, and have it installed on some of our development servers.  I don&#039;t mind using vi to edit a config file, or perhaps fix a shell script in the middle of the night, but for anything more, I prefer Vim.

Btw, I had never used the &#039;set -o vi&#039; command until I started working here, but now, I can&#039;t live without it!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve only used vi/Vim since I started in Unix/Linux.  Where I currently work, we have literally hundreds of Solaris and Linux servers, and the only editor on them is vi.  I managed to get Vim pushed through as a standard there, and have it installed on some of our development servers.  I don&#8217;t mind using vi to edit a config file, or perhaps fix a shell script in the middle of the night, but for anything more, I prefer Vim.</p>
<p>Btw, I had never used the &#8216;set -o vi&#8217; command until I started working here, but now, I can&#8217;t live without it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/#comment-18451</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 28 Jun 2010 23:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1669#comment-18451</guid>
		<description>True. Readline is resopnsible. But I find searching command history much more convenient with / than... how is it again in Emacs?</description>
		<content:encoded><![CDATA[<p>True. Readline is resopnsible. But I find searching command history much more convenient with / than&#8230; how is it again in Emacs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/#comment-18449</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 28 Jun 2010 15:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1669#comment-18449</guid>
		<description>I thought it was readline that was really responsible for the key bindings?

I have to confess that I don&#039;t use -o vi.  I had a colleague who set all our servers to that by default at a former job, and it just threw me off balance, I can&#039;t explain why.</description>
		<content:encoded><![CDATA[<p>I thought it was readline that was really responsible for the key bindings?</p>
<p>I have to confess that I don&#8217;t use -o vi.  I had a colleague who set all our servers to that by default at a former job, and it just threw me off balance, I can&#8217;t explain why.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.xaprb.com/blog/2010/03/02/vim-versus-emacs/#comment-18448</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 28 Jun 2010 14:20:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1669#comment-18448</guid>
		<description>And did you know that Bash is one of the few shells that doesn&#039;t use vi shortcuts by default? Anyway, &#039;set -o vi&#039; turns on vi key binding in Bash, which is a convenient workaround for this bug ;^}</description>
		<content:encoded><![CDATA[<p>And did you know that Bash is one of the few shells that doesn&#8217;t use vi shortcuts by default? Anyway, &#8216;set -o vi&#8217; turns on vi key binding in Bash, which is a convenient workaround for this bug ;^}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

