Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Vim plugins in IntelliJ through IdeaVim

Is there a way I can use Vim plugins in IntelliJ through IdeaVim? In this case I am looking for a way to use the easymotion Vim plugin.

like image 559
vinos Avatar asked Feb 10 '13 15:02

vinos


People also ask

Can you use Vim in IntelliJ?

The IdeaVim plugin emulates Vim in the IntelliJ IDEA editor, including normal, insert, and visual modes, Command-line and Ex modes, Vim regexp and configuration, and other features.

What is IdeaVim plugin?

Included In IdeaVim Bundle. Vim emulation plugin for IntelliJ Platform-based IDEs. IdeaVim supports many Vim features including normal/insert/visual modes, motion keys, deletion/changing, marks, registers, some Ex commands, Vim regexps, configuration via ~/. ideavimrc, macros, Vim plugins, etc.

How good is IdeaVim?

IdeaVim is great, but it is still just a substitute for the 'Real Thing'. There are a couple of issues and problems, some of which can be worked around. For one IdeaVim is limited in its functionality. Plugins and various commands that you would know from Vim simply won't work.

What is Vim emulation?

Vim-emu: A NFV multi-PoP emulation platform. This emulation platform was created to support network service developers to locally prototype and test their network services in realistic end-to-end multi-PoP scenarios.


1 Answers

You can use the acejump plugin or emacsIDEAs (Don't be scared by its name. It just introduces ace-jump features) plugin along with the IdeaVim plug.

like image 175
zhizhideng Avatar answered Oct 11 '22 03:10

zhizhideng