Slashdot Mirror


A Visual Walkthrough of New Features in Vim 7.0

An anonymous reader writes "Anybody who has used Linux or any other OS would be aware of the very powerful and feature rich text editor Vi. This interesting article takes a visual look at some of the new features in the latest version of Vim 7.0 — a Vi clone created by Bram Moolenaar. From the article: 'Just for once, I wouldn't mind siding with the beast if that is what it takes to use Vi. The modern avatar of Vi is Vim — the free editor created by Bram Moolenaar. Riding from strength to strength, this editor in its 7th version is a powerhouse as far as an editor is concerned. When ever I use Vim (or GVim for that matter), it gives me the impression of the Beauty and the Beast.'"

2 of 406 comments (clear)

  1. Re:Please help me with vim by Scarblac · · Score: 4, Insightful

    Presumably hjkl are much more reliably next to each other than jkl;?

    --
    I believe posters are recognized by their sig. So I made one.
  2. Re:Please help me with vim by Lusa · · Score: 4, Insightful

    So maybe you could try reducing your dependency on IDEs.
    Open a terminal and stick with it.
    Symlink eclipse to vi.


    That is perhaps the worst bit of advise I have seen so far. If they have a job to do, then they should not switch away from what gets the job done quickest for them. A far better bit of advise is to use vi for when the IDE does not help. Such as quick edits, shell script editing or config file changing. That way they still can get their job done in a reasonable amount of time but still get to use vi on a regular basis.