Keybindings System
Complete keyboard shortcut customization for the terminal UI.
Overview
A full keyboard shortcut system with 20+ contexts, user-configurable bindings, chord support, and platform-aware resolution.
Architecture
┌─────────────────────────────────────────────┐
│ KeybindingProvider │
│ │
│ ┌─────────────┐ ┌──────────────────┐ │
│ │ Default │ │ User Bindings │ │
│ │ Bindings │ │ (keybindings.json)│ │
│ └──────┬──────┘ └────────┬─────────┘ │
│ │ │ │
│ └────────┬───────────┘ │
│ ▼ │
│ ┌──────────────┐ │
│ │ Resolver │ │
│ │ (priority) │ │
│ └──────┬───────┘ │
│ │ │
│ ┌──────▼───────┐ │
│ │ Matcher │ │
│ │ (keypress) │ │
│ └──────────────┘ │
└─────────────────────────────────────────────┘