Keybinds

Customize keyboard shortcuts for the OpenABCode TUI.

Leader Key

The leader key opens multi-key shortcuts for model switching, sessions, compacting, and export.

Binding Values

Configure keybinds in TUI config. Keep shortcuts memorable and avoid conflicts with terminal defaults.

{
  "keybinds": {
    "leader": "ctrl+x"
  }
}

Disable Keybind

Disable a binding when your terminal or accessibility tooling already uses it.