Vim in Other Editors
VS Code, JetBrains, browsers โ you can take it with you.
Most popular editors and IDEs have a Vim emulation mode or plugin. Quality varies but the basics work everywhere. Browsers can have Vim-style keybindings via Vimium / Tridactyl.
Once Vim becomes muscle memory, you'll want it everywhere. Most major editors and many other tools support Vim emulation.
| Tool | Vim mode |
|---|---|
| VS Code | VSCodeVim, vscode-neovim (uses real Neovim) |
| JetBrains IDEs | IdeaVim (very high fidelity) |
| Sublime Text | Vintage (built-in), NeoVintageous |
| Atom (RIP) | vim-mode-plus |
| Emacs | Evil mode (the gold standard for non-Vim editors) |
| Visual Studio | VsVim |
| Eclipse | Vrapper |
| Xcode | XVim2 |
| Browsers (Chrome/Firefox) | Vimium, Vixen, Tridactyl |
| Shells (bash/zsh) | set -o vi |
| Tmux command prompt | set -g mode-keys vi |