Creytix
ReferencePreview

Keyboard shortcuts

The shortcuts actually wired into the Creytix IDE editor and terminal.

AI

Preview — early access. This list is intentionally short — it's only what's actually bound today.

Overview

The IDE doesn't yet have a full keybinding system — what's here is what's genuinely wired into the editor, the terminal, and the Problems strip. If it's not on this list, it isn't bound.

How it works

Shortcuts are scoped to where you'd expect: editor-wide ones work anywhere in the IDE window, terminal recall only applies while the terminal input is focused.

Reference

ShortcutActionWhere
⌘S / Ctrl+SSave the active fileEditor (also bound inside Monaco itself)
⌘⇧G / Ctrl+Shift+GRun governance & lint checks on the current fileProblems strip
/ Recall previous / next terminal commandTerminal input
EnterRun the typed commandTerminal input
EnterRun a file/content searchSidebar search box
EscapeClear the current searchSidebar search box
⌘V (paste only — typing is blocked)Capture a secret into the vault paste fieldVault paste widget

Limits & honest scope

  • This is not a customizable keymap — nothing here can be rebound from a settings screen yet.
  • Standard Monaco editor shortcuts (multi-cursor, find/replace within a file, and so on) come from the underlying editor, not a Creytix-specific layer, and aren't itemized here.
  • Expect this list to grow as more surfaces (Git, Routines, Chats) get their own bindings.