IdeaVim Leader Cheat Sheet

Kickstart-style binds for JetBrains actions.
Leader: Space
Space s g
Find in files / project search
Space s f
Go to file
Space s s
Go to symbol
Space s r
Recent files
Space s a
Search IDE actions

Files / Project

Space e
Open project tool window
Space f f
Go to file
Space f g
Find in files
Space f b
Recent files

Code Navigation

g d
Go to declaration
g r
Find usages / references
K
Quick documentation

Refactor / Code Actions

Space r n
Rename symbol
Space c a
Show intentions / code actions
Space c f
Reformat code

Bookmarks / Harpoon-lite

Space m
Toggle bookmark
Space b
Show bookmarks

Git

Space g s
Show local changes
Space g b
Annotate / blame current file
Space g c
Commit project

Run / Debug

Space r r
Run
Space r d
Debug
Space r b
Toggle line breakpoint

IDE Quality of Life

Space w
Save all
Space q
Close current editor tab
Space /
Toggle line comment
Q
Format selected text with gq
Action syntax: your working format is :action ActionName<CR>, not <Action>(ActionName).
Useful commands: :actionlist to discover actions, :map to inspect mappings, and :source ~/.ideavimrc to reload.