Keyboard shortcuts, extension development, AI configuration, and FlameNet commands.
All default keybindings. Customizable via the Command Palette.
| Shortcut | Action |
|---|---|
| Ctrl+Shift+P | Command Palette |
| Ctrl+B | Toggle Sidebar |
| Ctrl+` | Toggle Terminal |
| Ctrl+I | Toggle AI Panel |
| Ctrl+S | Save File |
| Ctrl+N | New File |
| Ctrl+O | Open File |
| Ctrl+\ | Split Editor |
| F5 | Run Active File |
| Shift+F5 | Stop Process |
| Ctrl+Shift+F | Find in Files |
| Ctrl+Shift+G | Source Control |
| Ctrl+Shift+D | Containers |
| Ctrl+Shift+R | Remote Connect (SSH) |
| Ctrl+Shift+X | Extension Manager |
| Ctrl+Shift+E | AI: Explain Selection |
Plugins are JS files loaded with a sandboxed API object. Place them in
.limen/extensions/<plugin-id>/ with a
limen-plugin.json manifest.
Consent-gated session memory for AI interactions. Choose your privacy level on first message.
| Mode | Behavior | Storage |
|---|---|---|
| Ephemeral | No logging, no memory | None |
| Local Log | Append interactions to local JSONL | .claude/lrem-log.jsonl |
| Config Profile | Full profiling with L0–L3 tiers | .claude/lrem-profile.json |
L0 — Trivial (LIGHT weight, no profiling)
L1 — Standard (LIGHT weight, basic profiling)
L2 — Complex (MEDIUM weight, full profiling)
L3 — Critical (HEAVY weight, requires explicit consent gate)
All 8 mandatory flamenetctl commands, available via Command Palette or terminal.
| Command | Description |
|---|---|
flamenetctl:consent-check | Verify consent across all 9 layers |
flamenetctl:status | FlameHub connection + convergence state |
flamenetctl:ledger | List all declaration revisions |
flamenetctl:audit | Self-audit workspace integrity |
flamenetctl:revise | Open Sovereignty Declaration editor |
flamenetctl:retract | Open History & Retraction console |
flamenetctl:node-info | Display node identity + metadata |
flamenetctl:clear-session | Wipe LREM logs/profile/trail |