Keybindings Customization Skill#
What's wrong with this entry?
New /keybindings skill enables full customization of keyboard shortcuts via ~/.claude/keybindings.json configuration file.
/keybindings- Create custom keybindings organized by context (Global, Chat, Autocomplete, etc.)
- Support for chord bindings (multi-keystroke shortcuts like
ctrl+k ctrl+s) - Validation integrated into
/doctorcommand with detailed error/warning messages - Unbind default shortcuts by setting them to
null - Schema validation with JSON Schema support for editor autocomplete
- Documentation at https://code.claude.com/docs/en/keybindings
Skill registration at line 748555 (name: "keybindings-help", contains "Use when the user wants to customize keyboard shortcuts")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.