AxonDocs
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

CommandmacOSWindows / Linux
SaveCmd+SCtrl+S
Close TabCmd+WCtrl+W
FindCmd+FCtrl+F
Find in FilesCmd+Shift+FCtrl+Shift+F
Command PaletteCmd+PCtrl+P
Toggle TerminalCmd+JCtrl+J
File OutlineCmd+Shift+OCtrl+Shift+O
Source ControlCmd+Shift+GCtrl+Shift+G
Compare Active FileCmd+Shift+DCtrl+Shift+D
Open SettingsCmd+,Ctrl+,
Open Settings FileCmd+Shift+,Ctrl+Shift+,
Go to DefinitionF12F12
Find ReferencesShift+F12Shift+F12
Next ProblemF8F8
Previous ProblemShift+F8Shift+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.

On this page