keybindings-help — Keyboard Shortcuts
- Trigger:
/keybindings-helpor keywords "shortcuts", "keybinding", "rebind", "chord" - Best for: Customizing keyboard shortcuts, adding chord bindings
- Not for: System-level shortcuts, IDE shortcuts
Overview
keybindings-help helps you customize Claude Code keyboard shortcuts. Supports:
- Rebinding existing keys
- Adding chord (multi-key) bindings
- Modifying core actions like submit
Config file: ~/.claude/keybindings.json.
Trigger Conditions
keybindings-help auto-triggers when you:
- Mention "shortcuts", "keybindings", "bind keys"
- Use the
/keybindings-helpcommand
Examples
Example 1: Rebind
/keybindings-help Rebind Ctrl+S as the submit keyExample 2: Chord Binding
/keybindings-help Add a Ctrl+K, Ctrl+S chord for quick saveExample 3: View Config
/keybindings-help Show all current keybindingsNotes
- Restart Claude Code after changes for them to take effect
- Avoid overriding system-level shortcuts (e.g., Cmd+C)
- Chord format:
key1 key2(space-separated)
Related Skills
- update-config — Update other settings in settings.json