<?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: From TextMate to Vim</title>
	<atom:link href="http://www.artfulcode.net/articles/from-textmate-to-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artfulcode.net/articles/from-textmate-to-vim/</link>
	<description>Resources and tips for dynamic, interactive languages.</description>
	<lastBuildDate>Tue, 09 Mar 2010 19:00:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian K. Jones</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1945</link>
		<dc:creator>Brian K. Jones</dc:creator>
		<pubDate>Sat, 14 Nov 2009 03:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1945</guid>
		<description>I can&#039;t believe nobody has mentioned Komodo Edit (the free one -- Komodo IDE costs money). It has vi keybindings. The support is not extensive to the point of being able to say &#039;this is vim embedded in komodo&#039;, but it&#039;s pretty good, and world&#039;s better than the attempts I&#039;ve seen at a vim plugin for textmate. The vim keybindings support a good amount of the movement functionality, which is really the bulk of what I want (need, really: if I don&#039;t have it I end up with j&#039;s and k&#039;s in my code). 

It supports h,j,k,l, find using &#039;/&#039; and &#039;n&#039; for &#039;next&#039;, moving by word, $ and 0 for begin/end of line, G to jump to a line number (or just &#039;G&#039; to jump to end of file), x, dd, Y, p/P, zc/zo for code-folding... there&#039;s more I&#039;m not remembering to be sure. It even supports :w, which will open a &#039;save as...&#039; dialog for new files. Unfortunately, if you want to save the current file under a different name, you still have to use the menus for that for whatever reason, but you get a lot of features, and the editor doesn&#039;t slow down a bit. I&#039;ve been using it for at least a couple years now. 

I use vim if I have to edit remote code, and I&#039;ve recently started playing with MacVim to see if it adds any benefit (I can&#039;t find one at first glance). I&#039;m always on the lookout for a &quot;killer editor&quot;, though :)</description>
		<content:encoded><![CDATA[<p>I can&#8217;t believe nobody has mentioned Komodo Edit (the free one &#8212; Komodo IDE costs money). It has vi keybindings. The support is not extensive to the point of being able to say &#8216;this is vim embedded in komodo&#8217;, but it&#8217;s pretty good, and world&#8217;s better than the attempts I&#8217;ve seen at a vim plugin for textmate. The vim keybindings support a good amount of the movement functionality, which is really the bulk of what I want (need, really: if I don&#8217;t have it I end up with j&#8217;s and k&#8217;s in my code). </p>
<p>It supports h,j,k,l, find using &#8216;/&#8217; and &#8216;n&#8217; for &#8216;next&#8217;, moving by word, $ and 0 for begin/end of line, G to jump to a line number (or just &#8216;G&#8217; to jump to end of file), x, dd, Y, p/P, zc/zo for code-folding&#8230; there&#8217;s more I&#8217;m not remembering to be sure. It even supports :w, which will open a &#8217;save as&#8230;&#8217; dialog for new files. Unfortunately, if you want to save the current file under a different name, you still have to use the menus for that for whatever reason, but you get a lot of features, and the editor doesn&#8217;t slow down a bit. I&#8217;ve been using it for at least a couple years now. </p>
<p>I use vim if I have to edit remote code, and I&#8217;ve recently started playing with MacVim to see if it adds any benefit (I can&#8217;t find one at first glance). I&#8217;m always on the lookout for a &#8220;killer editor&#8221;, though :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1884</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 03 Sep 2009 19:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1884</guid>
		<description>I really tried to like textmate but realized I would be paying 50 dollars for the command-T functionality because that&#039;s the only thing I found useful. 
No thanks. 
I&#039;ll stick with macvim.</description>
		<content:encoded><![CDATA[<p>I really tried to like textmate but realized I would be paying 50 dollars for the command-T functionality because that&#8217;s the only thing I found useful.<br />
No thanks.<br />
I&#8217;ll stick with macvim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: littleredspiders</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1766</link>
		<dc:creator>littleredspiders</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1766</guid>
		<description>I love Vim. It&#039;s an excellent editor for someone with small fingers (Emacs kicks all sorts of booty, but the modifier keys are RSI-inducing if you try to use them at speed with short fingers).

The apparent stagnation of Textmate led me to trying out MacVim, which I liked lots and from there I started testing all sorts of FLOSS applications with a view to replacing what I was using daily. I found out that Inkscape and Gimp did what I needed them to and so I could kiss goodbye to hefty Adobe licences (I design for screen only so no need for CMYK in Gimp). After that I just took the plunge - ditched OS X to go fully FLOSS.

And I&#039;m loving it.</description>
		<content:encoded><![CDATA[<p>I love Vim. It&#8217;s an excellent editor for someone with small fingers (Emacs kicks all sorts of booty, but the modifier keys are RSI-inducing if you try to use them at speed with short fingers).</p>
<p>The apparent stagnation of Textmate led me to trying out MacVim, which I liked lots and from there I started testing all sorts of FLOSS applications with a view to replacing what I was using daily. I found out that Inkscape and Gimp did what I needed them to and so I could kiss goodbye to hefty Adobe licences (I design for screen only so no need for CMYK in Gimp). After that I just took the plunge &#8211; ditched OS X to go fully FLOSS.</p>
<p>And I&#8217;m loving it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1762</link>
		<dc:creator>Shaun</dc:creator>
		<pubDate>Thu, 06 Aug 2009 12:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1762</guid>
		<description>Since your a Mac user, give MacVim a try. It&#039;s VIM beautifully integrated into Mac.

Good article. Except for the last statement about OS X&#039;s terminal not being scriptable. What exactly do you mean by that? The terminal shell is bash, easily (one of) the most scriptable shell interface(s) on the planet. Always remember that your pretty Mac UI is a fully certified UNIX OS underneath, and that your terminal is your interface into that underlying OS. Whatever you wan to script in that shell, I assure you that you can do it.</description>
		<content:encoded><![CDATA[<p>Since your a Mac user, give MacVim a try. It&#8217;s VIM beautifully integrated into Mac.</p>
<p>Good article. Except for the last statement about OS X&#8217;s terminal not being scriptable. What exactly do you mean by that? The terminal shell is bash, easily (one of) the most scriptable shell interface(s) on the planet. Always remember that your pretty Mac UI is a fully certified UNIX OS underneath, and that your terminal is your interface into that underlying OS. Whatever you wan to script in that shell, I assure you that you can do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TT</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1761</link>
		<dc:creator>TT</dc:creator>
		<pubDate>Thu, 06 Aug 2009 10:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1761</guid>
		<description>Sorry, VIM is handy only when emacs is not around (not in default installation in most *nix dist. For me, emacs rocks. If i need something more managable, TextMate is my best friend.</description>
		<content:encoded><![CDATA[<p>Sorry, VIM is handy only when emacs is not around (not in default installation in most *nix dist. For me, emacs rocks. If i need something more managable, TextMate is my best friend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k00pa</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1760</link>
		<dc:creator>k00pa</dc:creator>
		<pubDate>Thu, 06 Aug 2009 09:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1760</guid>
		<description>VIM FTW!
VIM FTW!
VIM FTW!
VIM FTW!
VIM FTW!

Simple, vim is THE best editor :)</description>
		<content:encoded><![CDATA[<p>VIM FTW!<br />
VIM FTW!<br />
VIM FTW!<br />
VIM FTW!<br />
VIM FTW!</p>
<p>Simple, vim is THE best editor :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I never want to program without a REPL again (or, another reason I won&#8217;t miss J2EE) &#171; Manni Wood</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1759</link>
		<dc:creator>I never want to program without a REPL again (or, another reason I won&#8217;t miss J2EE) &#171; Manni Wood</dc:creator>
		<pubDate>Wed, 05 Aug 2009 21:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1759</guid>
		<description>[...] just read a blog entry at artfulcode.net, where the author said &#8220;Vim 7 has auto-complete, although I rarely use it. [...]</description>
		<content:encoded><![CDATA[<p>[...] just read a blog entry at artfulcode.net, where the author said &#8220;Vim 7 has auto-complete, although I rarely use it. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1758</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Wed, 05 Aug 2009 16:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1758</guid>
		<description>I use Emacs with Vim key bindings (Viper + wimpulse.el). I love it.</description>
		<content:encoded><![CDATA[<p>I use Emacs with Vim key bindings (Viper + wimpulse.el). I love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1756</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 04 Aug 2009 18:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1756</guid>
		<description>Until Textmate 2 comes out, I will assuredly be staying on jEdit for all of my development. Fast, with configurable folding, a well-designed project management plugin, excellent large file support, and oodles more features. If you&#039;re willing to put up with ugly looks on OS X, then this is absolutely the best editor I&#039;ve ever come across.</description>
		<content:encoded><![CDATA[<p>Until Textmate 2 comes out, I will assuredly be staying on jEdit for all of my development. Fast, with configurable folding, a well-designed project management plugin, excellent large file support, and oodles more features. If you&#8217;re willing to put up with ugly looks on OS X, then this is absolutely the best editor I&#8217;ve ever come across.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.artfulcode.net/articles/from-textmate-to-vim/comment-page-1/#comment-1755</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 04 Aug 2009 17:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.artfulcode.net/?p=756#comment-1755</guid>
		<description>I&#039;ve never actually been able to get PIDA working on OSX, since the macports GTK packages are broken. I&#039;m working on getting a linux book for work, though, and perhaps I&#039;ll try PIDA on that.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve never actually been able to get PIDA working on OSX, since the macports GTK packages are broken. I&#8217;m working on getting a linux book for work, though, and perhaps I&#8217;ll try PIDA on that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
