Documentation
Keyboard Shortcuts
Work faster with high-speed keyboard shortcuts in M0X CoderX and M0X IDE.
Keyboard shortcuts allow you to access the AI's features, toggle sidebars, edit code inline, and navigate your active workspaces without ever taking your hands off the keyboard.
🌌 M0X CoderX Shortcuts
Use these shortcuts inside the CoderX developer studio to orchestrate files, trigger agent task steps, and control your workspace.
⚡ AI Agent & Chat Controls
Ctrl+Enter/Cmd+Enter: Submit prompt/instruction to the agent, or approve a pending diff action card.Ctrl+Backspace/Cmd+Backspace: Reject a pending agent diff action or halt the active loop.Ctrl+R/Cmd+R: Focus the Agent chat input box.Ctrl+Shift+L/Cmd+Shift+L: Clear the active chat transcript and reset the agent's context.
📂 View & Panel Toggles
Ctrl+B/Cmd+B: Show/hide the left Sidebar (File Explorer).Ctrl+J/Cmd+J: Show/hide the integrated bottom PTY Terminal panel.Ctrl+\\/Cmd+\\: Focus the multi-tab center Monaco Editor.Ctrl+P/Cmd+P: Open the File Finder popover to search and jump to files in your project.
🚀 M0X IDE Shortcuts
Built on the VS Code engine, M0X IDE supports all standard VS Code keybindings alongside specialized AI-native hotkeys.
⚡ AI & Completions Controls
| Action | Shortcut (Windows/Linux) | Shortcut (macOS) | Description |
|---|---|---|---|
| Inline Edit | Ctrl + K | Cmd + K | Opens the inline edit box to modify highlighted code. |
| Focus Chat | Ctrl + L | Cmd + L | Focuses the AI Chat sidebar. |
| Accept Ghost Text | Tab | Tab | Accepts the gray inline ghost autocomplete suggestions. |
| Accept Inline Edit | Ctrl + Alt + Shift + Enter | Ctrl + Option + Enter | Accepts the pending inline code changes. |
| Reject Inline Edit | Ctrl + Alt + Shift + Backspace | Ctrl + Option + Backspace | Discards the pending inline code changes. |
| Focus Composer | Ctrl + I | Cmd + I | Opens the multi-file Composer window. |
📂 Navigation & Editor Actions
Ctrl+Shift+F/Cmd+Shift+F: Global search and replace within your project workspace.Ctrl+P/Cmd+P: Quick Open file search.Ctrl+Shift+P/Cmd+Shift+P: Open the Command Palette to run editor settings and commands.Alt+Up/Alt+Down: Move the active line or selection up or down.
⚙️ Keymap Customization
M0X IDE supports third-party layout extensions out of the box. You can easily import your favorite bindings:
- Open the Command Palette using
Ctrl+Shift+P(orCmd+Shift+Pon Mac). - Type Preferences: Open Keyboard Shortcuts (or press
Ctrl+K Ctrl+S). - Search for keybindings or import popular maps:
- Vim Keymap: Run
Install Extension: Vimto activate modal editing. - Emacs Keymap: Search for Emacs in Extensions to bind traditional buffers controls.
- IntelliJ Keymap: Active layout configuration from JetBrains editors.
- Vim Keymap: Run