Customization
Axon documentation
Keybindings
Current keyboard shortcuts and customization status in Axon.
Axon currently ships a fixed set of application shortcuts. A persisted user keybinding file and shortcut editor are not implemented yet, so the documentation does not claim a keybindings.json location or VS Code command compatibility.
Defaults
| Command | macOS | Windows / Linux |
|---|---|---|
| Save | Cmd+S | Ctrl+S |
| Close Tab | Cmd+W | Ctrl+W |
| Find | Cmd+F | Ctrl+F |
| Find in Files | Cmd+Shift+F | Ctrl+Shift+F |
| Command Palette | Cmd+P | Ctrl+P |
| Toggle Terminal | Cmd+J | Ctrl+J |
| File Outline | Cmd+Shift+O | Ctrl+Shift+O |
| Source Control | Cmd+Shift+G | Ctrl+Shift+G |
| Compare Active File | Cmd+Shift+D | Ctrl+Shift+D |
| Open Settings | Cmd+, | Ctrl+, |
| Open Settings File | Cmd+Shift+, | Ctrl+Shift+, |
| Go to Definition | F12 | F12 |
| Find References | Shift+F12 | Shift+F12 |
| Next Problem | F8 | F8 |
| Previous Problem | Shift+F8 | Shift+F8 |
Customization Boundary
Commands such as Rename Symbol, Format Document, pane splitting, testing, and task execution remain available through the command palette and their visible controls even when they do not have a global shortcut. User-defined overrides, chord bindings, and removal of defaults remain future work.