Skip to main content

Keyboard Shortcuts

Default Keybindings

Shortcut (Win/Linux)Shortcut (macOS)Action
Ctrl+Alt+ECmd+Alt+EQuick Pick Variable (copy to clipboard)
Ctrl+Alt+NCmd+Alt+NAdd Variable (when Variables panel is focused)
Ctrl+Alt+RCmd+Alt+RToggle Reveal Values (when Variables panel is focused)
Ctrl+Alt+ZCmd+Alt+ZUndo Last Change (when Variables panel is focused)

Standard VS Code Shortcuts That Work on .env Files

ShortcutAction
F12Go to Definition (from process.env.KEY.env file)
Alt+F12Peek 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:

  1. Press Ctrl+K Ctrl+S / Cmd+K Cmd+S
  2. Search for envManager
  3. 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.