Slashdot Mirror


IDEs With VIM Text Editing Capability?

An anonymous reader writes "I am currently looking to move from text editing with vim to a full fledged IDE with gdb integration, integrated command line, etc. Extending VIM with these capabilities is a mortal sin, so I am looking for a linux based GUI IDE. I do not want to give up the efficient text editing capabilities of VIM though. How do I have my cake and eat it too?"

13 of 193 comments (clear)

  1. Why not extend vim? by Paradigm_Complex · · Score: 2, Insightful

    Could anyone explain the reason why simply extending vim is being ruled out? Why is it considered a "mortal sin"?

    --
    "A witty saying proves nothing." - Voltaire
    1. Re:Why not extend vim? by Subliminalbits · · Score: 4, Insightful

      The poster probably doesn't want to have to learn keybindings for a new editor. He may even already know them but just prefers vim keybindings. What he really probably wants is the luxuries of of a full IDE without having to give up the editing flexibility and familiarity he has with vim.

    2. Re:Why not extend vim? by FreeBSD+evangelist · · Score: 2, Insightful

      If you wanted lean and fast, you'd run vi, not vim.

  2. At the risk of starting a flame war by dkleinsc · · Score: 5, Insightful

    Try Emacs.

    Seriously. The integration with gdb, gcc, etc is where Emacs really shines. Yes, the Control-Meta-cokebottle commands are a bit annoying, but there's worthwhile tradeoffs there.

    The first post was also quite useful. And to be fair, I like vim too.

    --
    I am officially gone from /. Long live http://www.soylentnews.com/
    1. Re:At the risk of starting a flame war by Fujisawa+Sensei · · Score: 2, Insightful

      Try Emacs.

      Seriously. The integration with gdb, gcc, etc is where Emacs really shines. Yes, the Control-Meta-cokebottle commands are a bit annoying, but there's worthwhile tradeoffs there.

      The first post was also quite useful. And to be fair, I like vim too.

      Been there, done that, emacs, x-emacs, emacs with the GTK stuff. Am sticking with vim. I've been using vim since 1992-1993, back on my Amiga.

      --
      If someone is passing you on the right, you are an asshole for driving in the wrong lane.
    2. Re:At the risk of starting a flame war by Splab · · Score: 3, Insightful

      I've only been using VI for 10 years, but still is almost impossible for me to work in any editor now where there aren't modes.

      What made me choose VI over Emacs back in the day [tm] was the fact that my hands aren't build for the ctrl voodoo used in Emacs.

    3. Re:At the risk of starting a flame war by Anonymous Coward · · Score: 1, Insightful

      Have you tried swapping Caps Lock and Control?

    4. Re:At the risk of starting a flame war by martin-boundary · · Score: 2, Insightful
      People often say that the control key combinations are difficult in Emacs, but this is only so if 1) you don't touch-type and 2) your keyboard is older than 20 years. On a modern (=post 90s) keyboard, there are two control keys and two alt keys, one for each hand.

      Here's how you should type a typical Emacs chordal command: use both hands. For example, M-x is typed by pressing the x with the left hand, and the ALT with the right hand. This is touch typing 101. (Similarly, you would type a capital letter by pressing the letter with the nearest hand, and pressing shift with the other hand.)

      You can still reprogram your keyboard, and you can change the key combinations in your .emacs if you prefer something else, but if you think about it a little, all the commands you're likely to need can be typed comfortably if you use both hands simultaneously.

  3. Gvim by theinvisibleguy · · Score: 4, Insightful

    Gvim is pretty good, it might still be too lean for what you are asking for, I would say it's more an intermediary step between vim and a big gui ide.

  4. Extend Vim by __aalruu9610 · · Score: 3, Insightful

    Mortal sin? First, get over your ridiculous predisposition against extending vim. Vim is built to be extended, and extending it can make it much more useful as a tool and not just an editor. If you're good enough in Vim to prefer it as a text editor, then make it comfortable as an environment. There are some amazing extensions for vim, that for me at least, make me much more productive than using an "IDE". Fuzzy file finder, exuberant ctags with taglist, minibufexplorer...

  5. Re:Emacs! by Anonymous Coward · · Score: 1, Insightful

    Old joke. Stop using it. Now.

  6. Re:Netbeans ( or others ) by Anonymous Coward · · Score: 0, Insightful

    The 1960's called and said they want their smelly hippy beards and antiquated programmer tools back.

    Some suggestions for future installments of Ask Slashdot:
    - How do I set up Microsoft Word 2007 to recognize the DOS WordPerfect key bindings?
    - Should I be feeding my dinosaur a vegan diet?
    - How can I make an mp3 player out of rocks?

  7. command mode baby.. by tempest69 · · Score: 3, Insightful
    if I want line 200 I type in 199j from the top..

    if I want to change all of the X to - in an amino acid sequence line I type :s/X/\-/g

    yea.. I'm sure that emacs can do it too.. But once all that brainpower is invested, theres no way I'd bother with emacs.. It's like a secretary changing to dvorak after she's hit 200wpm

    vim is fast, powerful, user friendly, and quite picky about it's friends.

    Storm