M0X Docs
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

ActionShortcut (Windows/Linux)Shortcut (macOS)Description
Inline EditCtrl + KCmd + KOpens the inline edit box to modify highlighted code.
Focus ChatCtrl + LCmd + LFocuses the AI Chat sidebar.
Accept Ghost TextTabTabAccepts the gray inline ghost autocomplete suggestions.
Accept Inline EditCtrl + Alt + Shift + EnterCtrl + Option + EnterAccepts the pending inline code changes.
Reject Inline EditCtrl + Alt + Shift + BackspaceCtrl + Option + BackspaceDiscards the pending inline code changes.
Focus ComposerCtrl + ICmd + IOpens 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:

  1. Open the Command Palette using Ctrl+Shift+P (or Cmd+Shift+P on Mac).
  2. Type Preferences: Open Keyboard Shortcuts (or press Ctrl+K Ctrl+S).
  3. Search for keybindings or import popular maps:
    • Vim Keymap: Run Install Extension: Vim to activate modal editing.
    • Emacs Keymap: Search for Emacs in Extensions to bind traditional buffers controls.
    • IntelliJ Keymap: Active layout configuration from JetBrains editors.

On this page