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
| Shortcut | Action | Where |
|---|---|---|
⌘S / Ctrl+S | Save the active file | Editor (also bound inside Monaco itself) |
⌘⇧G / Ctrl+Shift+G | Run governance & lint checks on the current file | Problems strip |
↑ / ↓ | Recall previous / next terminal command | Terminal input |
Enter | Run the typed command | Terminal input |
Enter | Run a file/content search | Sidebar search box |
Escape | Clear the current search | Sidebar search box |
⌘V (paste only — typing is blocked) | Capture a secret into the vault paste field | Vault 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.