Shortcuts
Every binding. Keymap preset chosen on first launch (or via Edit → Keymap) decides which combinations apply to the entries marked varies; the defaults shown below are the IdeUltra preset.
Files
| Shortcut | Action |
| ⌘O | Open file |
| ⇧⌘O | Open folder |
| ⌘S | Save active tab |
| ⌘W | Close active tab (prompts if dirty) |
Tabs
| Shortcut | Action |
| ⌘[ / ⌘] | Previous / next tab |
| ⌘1…⌘9 | Jump to tab N |
| ⌃Tab | Quick-switch recent tabs (hold ⌃, release to switch) |
| ⇧⌃Tab | Quick-switch backwards |
Find & replace
| Shortcut | Action |
| ⌘F | Open find bar |
| ⌥⌘F | Open find & replace (varies — ⌘R on PhpStorm preset) |
| ⇧⌘F | Search across the project |
| ⌘D | Select word at cursor / next occurrence |
| Enter / ⇧Enter | Next / previous match |
| Esc | Close find bar |
Editing
| Shortcut | Action |
| ⌘/ | Toggle line comment |
| Tab | Indent (multi-line selection) or insert tab (single caret) |
| ⇧Tab | Dedent multi-line selection |
| type ( / [ / { / " / ' / ` | Auto-pair (cursor parks between the pair) |
Navigation
| Shortcut | Action |
| ⌘P | Go to file (fuzzy finder) (varies — ⇧⌘O on PhpStorm) |
| ⇧⌘P | Command palette |
| ⌘G | Go to line (varies — ⌃G on VS Code, ⌘L on PhpStorm) |
| ⌘B | Toggle sidebar |
View
| Shortcut | Action |
| ⌘= | Zoom in |
| ⌘- | Zoom out |
| ⌘0 | Reset zoom |
| ⌥⌘M | Toggle markdown preview |
| ⌘\ | Toggle split editor |
| ⌘, | Open Preferences |