jetbrains/ideavim

IdeaVim – A Vim engine for JetBrains IDEs

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 6th, 2026
Created on March 9th, 2011
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 811
Total Stargazers: 10,262 (+0)
Total Subscribers: 298 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

IdeaVim is a Vim engine plugin for JetBrains IDEs.

IdeaVim solves the problem of bringing Vim's modal editing model and keybindings into the JetBrains IDE ecosystem. It embeds a Vim engine directly into IDEs like IntelliJ IDEA, PyCharm, GoLand, CLion, PhpStorm, WebStorm, RubyMine, DataGrip, Rider, Android Studio, and others, allowing developers accustomed to Vim workflows to use those keybindings and commands without leaving their IDE. The plugin supports core Vim features including normal, insert, visual, and select modes; motion, deletion, and change commands; key mappings; marks, macros, and registers; full Vim regexps for search and replace; and Vim script with builtin functions. Configuration uses a standard ~/.ideavimrc file analogous to ~/.vimrc, with support for the XDG standard.

Developers should adopt IdeaVim if they rely on Vim keybindings and want to work within a JetBrains IDE without sacrificing their editing muscle memory. The plugin is particularly suited for teams or individuals already invested in Vim workflows who need the advanced IDE features that JetBrains products provide. Installation is straightforward through the plugin marketplace, and shortcut conflicts with IDE commands can be resolved through settings or custom mappings in the configuration file. An Early Access Program is available for those wanting to try unreleased features, though EAP builds may have quality below standard beta levels.

The project maintains active communication channels including a bug tracker, Twitter account, Gitter chat, and Discord channel for user feedback. Continuous integration builds are available, and a detailed changelog documents both released and unreleased features. The tool supports sourcing standard Vim configuration files, making migration from traditional Vim setups straightforward.