<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>The Dev Blog: How I learned to Love vim and Ditched Eclipse</title>
    <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Putting Family Management on Rails!</description>
    <item>
      <title>How I learned to Love vim and Ditched Eclipse</title>
      <description>&lt;p&gt;For the longest time, since starting to work with Ruby and Rails, I used &lt;a href="http://www.eclipse.org/"&gt;Eclipse&lt;/a&gt; with &lt;a href="http://www.radrails.org/"&gt;RadRails&lt;/a&gt; and &lt;a href="http://rubyeclipse.sourceforge.net/"&gt;RDT&lt;/a&gt; for coding. It's a pretty good IDE as far as IDEs go, and has nice Ruby/Rails tools to make development a lot easier. It also has a VERY nice subversion interface. One of the best I've seen as far as working the way I like to work.&lt;/p&gt;

&lt;p&gt;On the down-side, it's a performance hog and the editor itself is so-so in features. &lt;/p&gt;

&lt;p&gt;As I also do system admin chores on remote computers, I always use &lt;a href="http://www.vim.org"&gt;vi&lt;/a&gt; as well. And for many quick and dirty tasks, I use it even localy. Developing on a Linux machine, I always have some terminal windows open. Slowly I was pulled to do more things with vim, until I realized I prefer being in it than in Eclipse. Now I spend 90% of my time in vi, and most of my projects never even see Eclipse.&lt;/p&gt;

&lt;p&gt;Why did I switch? First and foremost vi as an editor is really good. And lets keep the vi/emacs wars for another time. I'm sure emacs is a really good editor as well. I just have to choose my tools. Can't use all of them. Second thing is speed. I NEVER have to wait for vi. It's always super fast and super responsive. &lt;/p&gt;

&lt;p&gt;But to make vi really useful with ruby and rails, some additions are needed. After all, I want synax highlighting, macros, easy way to open files, etc... So here is a list of vim scripts/plugins I use and recommed:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.vim.org/scripts/script.php?script_id=1567"&gt;rails.vim&lt;/a&gt;, &lt;a href="http://www.vim.org/scripts/script.php?script_id=403"&gt;eruby.vim&lt;/a&gt;, &lt;a href="http://www.vim.org/scripts/script.php?script_id=163"&gt;ruby-macros.vim&lt;/a&gt;, &lt;a href="http://www.vim.org/scripts/script.php?script_id=1662"&gt;rubycomplete.vim&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are many more additions and plugins on the &lt;a href="http://www.vim.org"&gt;vim site&lt;/a&gt;. Please note that some require the newer vim 7 to work.&lt;/p&gt;

&lt;p&gt;Another option is getting the rails-vim gem: sudo gem install vim-ruby. Please note you have to then run the vim-ruby-install.rb script to complete installation. &lt;/p&gt;

&lt;p&gt;So now that we have vim loaded with the additions, where do we start? Granted, the learning curve is steep! And don't get me started on using the esc key so much, that I keep doing it in Eclipse ;-). But as the editor is our main tool of work, learning it pays for itself later with productivity. vim has a lot of help written for it, and you can access it from within vim, but I prefer browsing it on the internet. So start with this &lt;a href="http://blog.interlinked.org/tutorials/vim_tutorial.html"&gt;short tutorial&lt;/a&gt;, and then bookmark the &lt;a href="http://vimdoc.sourceforge.net/htmldoc/help.html"&gt;main help file&lt;/a&gt;. And for the rails related parts, take a look &lt;a href="http://rails.vim.tpope.net/"&gt;here&lt;/a&gt;. Some of the things it does are just awesome. I open files faster with :Rfind than on a tree in the IDE browser! And check out the partial extraction. That one is unbelievable.&lt;/p&gt;

&lt;p&gt;vim also has the GUI version in gvim. And there you can open multiple tabs and have an IDE like file browser. Use that if you are more comfortable with the mouse and a real GUI. It's also easier to stasrt with as it has menus for the more common commands.&lt;/p&gt;

&lt;p&gt;One thing I did that really got me into more advanced editing, is deciding that whenever I want to do something, and I don't know how to best do it, I stop resorting to hacking a solution with the things I know, and look for the real solution. In a few short weeks I learned more than in the last 5 years...&lt;/p&gt;

&lt;p&gt;So give vi a try. Give yourself some learning time, and you'll never look back!&lt;/p&gt;

&lt;p&gt;BTW, I also use svn from the command line. I'ts so much faster than from Eclipse that I don't mind the few keystrokes it takes to get things done. It's so much faster!&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 08:03:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:61c9cd18-c0d1-4653-93ec-819cd7341004</guid>
      <author>guy.naor@famundo.com (Guy Naor)</author>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse</link>
      <category>Rails</category>
      <category>Ruby</category>
      <category>Programming</category>
      <category>Linux</category>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Harvey Sugar</title>
      <description>&lt;p&gt;I've been programming in several languages for quite a while and have used several editors and IDEs.  I don't do Ruby (yet) but for Java and C++, I use Eclipse for compile/debug and fixing little compile errors.  BUT I still do almost all my code entry and major editing with vim.  Sure it's cryptic but you won't find anything as responsive and powerful as vim and you can pretty much depend on finding a version that runs on any OS that you may be using.&lt;/p&gt;</description>
      <pubDate>Sun, 11 Mar 2007 07:48:55 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:82ddc10a-363e-4744-b1fc-7939720e4306</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-104</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by meek</title>
      <description>&lt;p&gt;As an ex-VIM user, I recommend Scribes on Linux. It provides most of the essential features of VIM, without the hideous user interface and ridiculous learning curve. Within an hour, you'd be more productive in Scribes than you'll ever be in VIM.&lt;/p&gt;

&lt;p&gt;Flash Demo: &lt;a href="http://scribes.sf.net/demo.htm" rel="nofollow"&gt;http://scribes.sf.net/demo.htm&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 10 Mar 2007 13:38:52 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:a3c42262-f8e7-457b-b081-c9fa25cf0722</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-103</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Antonio</title>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm also a vim fan :-)&lt;/p&gt;

&lt;p&gt;Now, what about NetBeans?&lt;/p&gt;

&lt;p&gt;There's a &lt;a href="http://jvi.sourceforge.net/ReadmeNetBeans.html" rel="nofollow"&gt;vi plugin for NetBeans&lt;/a&gt; . I've been using it for a month or so and, although not as potent as VIM, I must admit that it has increased my productivity by a factor of ten.&lt;/p&gt;

&lt;p&gt;Furthermore, NetBeans &lt;a href="http://blogs.sun.com/tor/entry/netbeans_ruby_demos" rel="nofollow"&gt;Ruby support&lt;/a&gt; is &lt;a href="http://blogs.sun.com/tor/entry/ruby_screenshot_of_the_week2" rel="nofollow"&gt;on the  make!!&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finally, the NetBeans Community is asking Eclipse users for feed back on new editor features.&lt;/p&gt;

&lt;p&gt;You can see &lt;a href="http://www.netbeans.org/issues/show_bug.cgi?id=85814" rel="nofollow"&gt;examples of feedback&lt;/a&gt; and ask for &lt;a href="http://www.netbeans.org/issues/show_bug.cgi?id=97618" rel="nofollow"&gt;your favourite features to be added&lt;/a&gt;  to the next version of NetBeans.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;/p&gt;

&lt;p&gt;Antonio&lt;/p&gt;</description>
      <pubDate>Sat, 10 Mar 2007 13:36:10 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:dfec6118-57e7-4819-b146-e83fc1557041</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-102</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Ryan, e-texteditor.com looks nice, but I'm on Linux, so it won't work for me...&lt;/p&gt;

&lt;p&gt;Glad to see there'll be some TextMate solutions for us not MacOS users.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Mar 2007 12:05:27 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:cd2005eb-02e8-40c2-87f6-ff29c66e7a79</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-101</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by ryan.richards@mindonstatic.com</title>
      <description>&lt;p&gt;Yes VIM rocks. I use vim for everything. HOWEVER, I just started playing a new editor called e-textmate. Its AWESOME. It's supposed to be a textmate close and even uses some of the textmate bundles. Its not free but only costs about $30. Its missing vi keybindings but you can add them or wait (they say its coming ). Check it out at &lt;a href="http://e-texteditor.com" rel="nofollow"&gt;http://e-texteditor.com&lt;/a&gt;. For those chained to windows you will be happy to know it HEAVILY integrates with Cygwin and actually requires it.&lt;/p&gt;

&lt;p&gt;Ryan&lt;/p&gt;</description>
      <pubDate>Sat, 10 Mar 2007 10:19:25 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:6806e77d-0e2b-4d68-8626-abe9d0308230</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-100</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Casey, try to run &lt;a href="http://www.vim.org/scripts/script_search_results.php?keywords=python&amp;amp;script_type=&amp;amp;order_by=rating&amp;amp;direction=descending&amp;amp;search=search" rel="nofollow"&gt;this search&lt;/a&gt; and see what comes up. Seems there's a TON of Python add-ons for vim. I have no idea which is good, as I don't regularly use python.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Mar 2007 08:29:42 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:b844def8-7ee4-4e3b-8a5e-ec1a1f7ff1da</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-99</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Steve, I'm on Fedora Core, and it installed fine. Then I installed the gtk2 package, but on launch it fails with some uninitialized constant. It's missing something, but I didn'thave the time to look into it. Hopefully I will have time over the weekend.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Mar 2007 05:37:31 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:80cc0f5c-1b12-44a0-adc7-263c57e4e519</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-98</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by casey</title>
      <description>&lt;p&gt;Interesting...  I use PyDev (Eclipse plugin) for Python development, but end up having to use vim anyway on the development server.&lt;/p&gt;

&lt;p&gt;Maybe there's something like this for Python?&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 20:08:26 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:69f51c0f-d0b8-4460-b5f8-5c2bc9c4b045</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-97</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Steve</title>
      <description>&lt;p&gt;Guy, I'm on debian and it worked out of the box. I just did gem install vimmate.  I did have to install gtk2 to get the console functionality working. I haven't tried it on windows. Let me know what you think once you get it working or if I can help out.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 19:53:27 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:e3f06390-d241-40b2-9d51-a17466b1270f</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-96</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Steve, I downloaded and installed vimmate, but still can't get it to work. From the screencast it looks great, so I'll work on making it work and try it.&lt;/p&gt;

&lt;p&gt;viaddict, is this plugin able to do all the vim text handling, or it's mostly a key-mapper?&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 13:26:48 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:476ba9ed-137e-4d3d-81ec-e827df49741f</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-94</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by viaddict</title>
      <description>&lt;p&gt;dude, there's a vi plugin for eclipse. some of it is quirky, but it's great to have the best of both worlds.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 09:05:32 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:caaa0b83-a2c1-4299-ad32-2a92b4e0701e</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-91</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by supersaurus</title>
      <description>&lt;p&gt;or you could use viper with emacs.  you get to keep the convenience and terseness of vi (but much improved over the original) and still have the power of emacs.  to those who cry "the worst of both worlds!" I say: pish tush! nothing of the kind, it is the best of both!&lt;/p&gt;

&lt;p&gt;viper-mode comes with emacs, read about it in info.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 07:28:09 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:1716fe30-e172-4850-bbeb-e0e9e7e4ceca</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-90</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Albin</title>
      <description>&lt;p&gt;I map the jk combination to Esc.  It's a combination rarely used in normal typing, and it's right on the home row.  It's the fastest map that I've found.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 05:59:33 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:ce5242d7-6435-4581-bacd-2833a4004b5c</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-89</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Bojan, rectangular selections are easy with vim - Ctrl-v initiate rectangular selection, while Shift-v is for line selection mode (always selects full lines).&lt;/p&gt;

&lt;p&gt;I use almost always vim, though I do use gvim from time to time. The way I work is I have multiple tabs open in the terminal for different projects, and I use vim inside those.&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 04:47:46 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:f82cb6fc-56ef-46dd-b00e-66a30dde591e</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-88</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Bojan</title>
      <description>&lt;p&gt;I am using JEdit too. I really like some features like multiple and rectangular selections. I hate not being able to set prefered encoding per project.&lt;/p&gt;

&lt;p&gt;Wonder how vim works on windows? Guy do you use gvim or vim?&lt;/p&gt;</description>
      <pubDate>Fri, 09 Mar 2007 03:06:40 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:b9c0dd13-5915-4170-8b92-936b049a885a</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-87</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Steve</title>
      <description>&lt;p&gt;You may want to check out vimmate, I've only started using it but it seems to do a lot of things I've been looking for for rails development.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://vimmate.rubyforge.org/" rel="nofollow"&gt;http://vimmate.rubyforge.org/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 20:39:59 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:c5da0325-dffb-41b8-bf28-feb24567e562</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-86</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by regeya</title>
      <description>&lt;p&gt;Not doing rails work but working with ruby, I find I prefer jEdit...but to each their own. :-D  One thing I really miss is integrated Subversion support; for that, I just switch to a terminal right now, but that's a bit inconvenient.&lt;/p&gt;

&lt;p&gt;I have mine set up to be a bit like TextMate--there's a lot of TextMate envy outside the OS X world--but it's not the Most Perfect Interface ever.  I like it better than trying to remember vim commands.  I have a terrible memory for such things.  I remember basic key movement commands, entering and exiting edit mode, :w, :r, :w! and that's about it. Anything else I need a reference for, and if I need a reference it's not worth it. :-D&lt;/p&gt;

&lt;p&gt;For the record, I'm running jEdit on a G4/450 "Sawtooth" and an ancient desktop based on a C3 Ezra running Xubuntu.  So no, I don't consider either of those to be the truck that powers the space-age laser cutter.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 20:18:35 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:3e34cea8-fbc8-41eb-80a9-d6d50720f028</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-85</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Chris Eidhof</title>
      <description>&lt;p&gt;Very cool! Did you ever take a look at svnvimdiff? That's svn diff combined with vim, I &lt;em&gt;love&lt;/em&gt; it. I used to work in a very bloated IDE, and use Windows and TortoiseSVN, but now I've finally switched to Mac + vim + Terminal.app full-time. And I love it.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 20:07:17 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:dd482106-6e3a-41c7-a560-f59d1aef13b9</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-84</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Sarcasto, 
I think your analogy is wrong. I rather use the chainsaw - it's a bit dangerous, but very fast. I rather not use this space age Laser cutter. It is VERY nice and has lots of functionality. But the truck that comes with it to power it, is a bit too much for me ;-)&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 19:42:19 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:bae49583-8975-4b15-accd-d0f5908464b0</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-83</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Sarcasto</title>
      <description>&lt;p&gt;Here son use this handsaw to chop down that oak tree and put away that chainsaw it's cumbersome and clunky. It will take you longer to chop down that tree but you doing it the way our grandfather did. Great just want I want to do is go back and us and editor that I have to remember all the key combinations to do anything kinda like using old WordPerfect.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 19:33:04 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:3ac19656-3ba1-4ee4-b5b7-f4f08b5bb72c</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-82</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Guy Naor</title>
      <description>&lt;p&gt;Tiago, TextMate isn't even an option for me. Dev done on Linux...&lt;/p&gt;

&lt;p&gt;BTW, I'm uplaoding an update to acts_as_rated. Just an improvement in the find_by_rating. Following that, another updated with a host of new functions will also be uploaded.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 19:28:25 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:368e122a-b757-4669-aedb-de4a3c3fd10d</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-81</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Tiago Serafim</title>
      <description>&lt;p&gt;Hello again!&lt;/p&gt;

&lt;p&gt;Nice point... I moved recently from eclipse too.. but to textmate and I&#194;&#180;m loving it.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 19:14:48 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:6d3b8fbd-b127-4444-b1a2-c2c19d7137a7</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-80</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Greg</title>
      <description>&lt;p&gt;You can buy (for a few Euros) a vi plugin for Eclipse.  It's not perfect, but it's not too bad.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.satokar.com/viplugin/index.php" rel="nofollow"&gt;http://www.satokar.com/viplugin/index.php&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 17:57:38 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0ecaeb50-a013-4030-be49-5b74fd06fcdb</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-79</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Nathan</title>
      <description>&lt;p&gt;I just switched from Vim (which you mistakenly over and over again call vi) to emacs.  Both editors are very nice.  Emacs seems to be a bit more powerful in terms of scripting.  However either is a valid choice as far as I am concerned.&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 17:09:20 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:4f5106db-1df3-4a5c-9db8-94697db0e1ad</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-78</link>
    </item>
    <item>
      <title>"How I learned to Love vim and Ditched Eclipse" by Doug</title>
      <description>&lt;p&gt;Check out the &lt;a href="http://www.vim.org/scripts/script.php?script_id=922" rel="nofollow"&gt;SVN plugin&lt;/a&gt; too!&lt;/p&gt;</description>
      <pubDate>Thu, 08 Mar 2007 15:54:56 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:ea8f64fb-d808-4ada-ba8c-adfb06619784</guid>
      <link>http://devblog.famundo.com/articles/2007/03/08/how-i-learned-to-love-vim-and-ditched-eclipse#comment-77</link>
    </item>
  </channel>
</rss>
