vote up 3 vote down star
2

I've been looking at trying to learn vim for a while now,

I've come across ViEmu through stackoverflow, and I read the very motivating article: Why, oh WHY, do those #?@! nutheads use vi?

Anyway, I've come to like the command mode in vim, specially the motions, and I also like the idea behind ViEmu, which is to bring "vim mode" into a typical text editor.

What other editors have a similar "vim mode" or a plugin that provides the functionality?

Is there such a plugin for eclipse? (link please!)
What about Notepad++?

Other "programming" text editors?

Please list all the ones that you know

flag

13 Answers

vote up 3 vote down

It's worth noting that there's a lot more to vi than keybindings. As this blog post notes, there isn't any IDE plugin that emulates all the features vi.

link|flag
well, one could just use vim then!! but I prefer a blend of typical text editing and vim-style commands and motions. – hasen j Mar 31 at 23:23
Full vim is huge. But still, incomplete but extensive support can be quite good. ViEmu supports a lot of stuff, and more every version. Disclaimer: I'm the author. – jonb Apr 1 at 21:27
vote up 2 vote down

I primarily use:

  • Visual Studio with ViEmu
  • NetBeans with jVi
link|flag
Any comments on its usability in outlook? – ojblass Mar 31 at 6:11
ViEmu works quite well in Outlook and Word. – George V. Reilly Apr 2 at 5:49
vote up 2 vote down

It seems the eclim plugin can help you embed the real GVim into Eclipse.

link|flag
vote up 2 vote down

Editra has vim mode

link|flag
wow, this is like my dream editor! I think I will ditch notepad++ in favor of editra! – hasen j Mar 31 at 7:06
vote up 2 vote down

Komodo Edit has a reasonably good Vi emulation mode. It's also very good for code sense etc.. and supports a plethora of languages. Linux and Windows... and damn, I should be on commission with these guys... wait a minute, it's freeware... Damn! Damn! Damn!

Anyway... Good editor, Linux & Windows, Free, Vi (and Emacs) emulation.

link|flag
vote up 2 vote down

for Firefox users :

link|flag
I don't think I'd refer to Firefox as a "text editor". – Chad Birch Mar 31 at 21:48
vote up 1 vote down

I'm using viPlugin for Eclipse. Unfortunately, it's not free, but it works pretty well for all the basic Vim commands.

link|flag
vote up 1 vote down

Slickedit has extremely good vim emulation. One of the soundest purchases I have ever made.

link|flag
vote up 1 vote down

Qt Creator has a "vim mode" for editing, but it currently lacks some abilities; as well, I feel handicapped without the settings I have in my .vimrc.

link|flag
vote up 1 vote down

Emacs has viper-mode, which offers multiple levels of Vi emulation (from more Vi-like to more Emacs-like). The manual describes it as follows:

 Viper Is a Package for Emacs Rebels;
 it is a VI Plan for Emacs Rescue
 and/or a venomous VI PERil.
link|flag
I haven't used it, but Emacs also has vimpulse (emacswiki.org/cgi-bin/wiki/vimpulse.el) which adds more features to viper-mode. – projecktzero Mar 31 at 18:25
vote up 1 vote down

Yzis a vi-like editor inspired by vim.

Yzis aims to be a powerful, fast editor with all of Vim's features and hopefully, at some point, more. (quoted from Yzis' website)

link|flag
vote up 1 vote down

There is also freeware Vimplugin for Eclipse — it embeds Vim into Eclipse, but you lose all navigation and code-completion functionality that Eclipse provides, so its usefulness is disputable.

link|flag
vote up 0 vote down

Check out excellent Vrapper plugin for Eclipse.

Vrapper is an eclipse plugin which acts as a wrapper for eclipse text editors to provide a Vim-like input scheme for moving around and editing text.

Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behaviour of Vim while still using whatever editor you have opened in the workbench. The goal is to have the comfort and ease which comes with the different modes, complex commands and count/operator/motion combinations which are the key features behind editing with Vim, while preserving the powerful features of the different Eclipse text editors, like code generation and refactoring.

Vrapper tries to offer Eclipse users the best of both worlds.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.