Editor
Editor
Section titled “Editor”Enya is a keyboard-first editor that brings together code, metrics, logs, traces, SQL, and terminals in one interface.
Navigation
Section titled “Navigation”Navigate using vim-style keybindings:
| Key | Action |
|---|---|
H/J/K/L | Move focus between panes |
: | Open command palette |
Space+m | Open metrics finder |
? | Show all keyboard shortcuts |
e | Edit focused pane |
Ctrl+Enter | Run query |
Key Commands
Section titled “Key Commands”Press : to open the command palette:
| Command | Description |
|---|---|
:split <h/v> | Split view horizontally or vertically |
:quit | Quit workspace |
:write | Save workspace |
:source <name> | Load workspace |
:theme <dark/light> | Set theme |
:provider <name> | Set AI provider (claude, codex) |
Features
Section titled “Features”- Multi-pane layouts — Split views with flexible tiling
- Codebase-aware — Jump from metrics to source code with
gd - AI integration — Connect Claude or Codex via ACP
- Workspaces — Save layouts as TOML files in
~/.enya/workspaces/ - URL sharing — Share workspaces with
:sharecommand
Learn More
Section titled “Learn More”- Keyboard Reference — Complete shortcuts guide
- FAQ — Common questions answered