- Vim Adventures — Learn Vim playing a game
- OpenVim — Interactive Vim tutorial
- Vim Genius — Practice Vim commands
- PacVim — Pac-Man style Vim learning
- vimtutor — Built-in Vim tutorial (run
vimtutorin terminal) - VS Code Vim Tutorial —
:Tutorcommand in VSCodeVim
- Learn Vim Progressively — Step-by-step approach
- Coming Home to Vim — Why and how to learn Vim
- Practical Vim Tips — Community tips
- Vim Golfing — Code golf challenges
- Advanced Vim Techniques — Deep dive
- LazyVim Website — Official site
- LazyVim Keymaps — Complete keybinding reference
- LazyVim GitHub — Source code
- LazyVim for Ambitious Devs — Extended guide
- VSCodeVim Marketplace — Install page
- VSCodeVim GitHub — Official repository
- VSCodeVim Wiki — Community wiki
- VSCodeVim Settings — All available settings
-
GitLens — Powers
<leader>g*keybindings in VimCode -
Settings Cycler — Enables
<leader>ulline number toggle -
Which Key — LazyVim-style keybinding discovery menus
-
Multi Command — Enables complex keybinding sequences
-
Error Lens — Shows errors inline in editor
- VS Code Docs — Official documentation
- Keybindings Guide — Customizing keybindings
- Tips and Tricks — VS Code productivity
- Default Keybindings — All default shortcuts
- Basic Editing — Editing features
- IntelliSense — Code completion
- Refactoring — Code refactoring
- Debugging — Debug features
- Vim Cheat Sheet (devhints.io) — Quick reference
- Vim Cheat Sheet (rtorr.com) — Visual cheat sheet
- Vim Quick Reference Card — PDF reference
- VS Code Shortcuts — Windows (PDF)
- VS Code Quick Reference — Online reference
See KEYBINDINGS.md for the complete VimCode cheat sheet, including quick reference card, prefix organisation, and comparison with standard VS Code.
- r/vim — Vim subreddit
- r/vscode — VS Code subreddit
- Stack Overflow [vim] — Q&A
- Stack Overflow [vscode] — Q&A
- Vim Discord — Vim community
- VS Code Dev Community — VS Code community
- LazyVim Discussions — GitHub discussions
- VimCode Issues — Report VimCode issues
- VSCodeVim Issues — VSCodeVim bugs
- VS Code Issues — VS Code bugs
- Neovim — Modern Vim fork
- IdeaVim — Vim for JetBrains IDEs
- Vim Mode for Sublime — Vintage mode
- Kakoune — Modal editor inspired by Vim
- Learn Vimscript the Hard Way — Steve Losh; deep dive into Vim scripting
- A Byte of Vim — Swaroop C H; beginner-friendly
- Vim Recipes — Run Paint Run Run; practical solutions (archive)
- Practical Vim — Drew Neil; practical tips and workflows
- Modern Vim — Drew Neil; modern Vim features and Neovim coverage
- Learning the vi and Vim Editors — Arnold Robbins; comprehensive reference
- VimTricks — Weekly Vim tips
- VimCasts — Free screencasts
- Vim Advent Calendar — Annual Vim articles
- VS Code Blog — Official VS Code blog
- Smashing Magazine VS Code — Articles