Keyboard Shortcuts
Default Keybindings
| Shortcut (Win/Linux) | Shortcut (macOS) | Action |
|---|---|---|
| Ctrl+Alt+E | Cmd+Alt+E | Quick Pick Variable (copy to clipboard) |
| Ctrl+Alt+N | Cmd+Alt+N | Add Variable (when Variables panel is focused) |
| Ctrl+Alt+R | Cmd+Alt+R | Toggle Reveal Values (when Variables panel is focused) |
| Ctrl+Alt+Z | Cmd+Alt+Z | Undo Last Change (when Variables panel is focused) |
Standard VS Code Shortcuts That Work on .env Files
| Shortcut | Action |
|---|---|
| F12 | Go to Definition (from process.env.KEY → .env file) |
| Alt+F12 | Peek Definition |
| Ctrl+. / Cmd+. | Quick Fix (add missing key or suppress diagnostic) |
Customizing Shortcuts
You can change any keybinding in VS Code's keyboard shortcuts editor:
- Press Ctrl+K Ctrl+S / Cmd+K Cmd+S
- Search for
envManager - Click the pencil icon next to any binding and press your preferred shortcut
All ENV Manager commands start with envManager. so they're easy to find.