What's wrong with this entry?
Anonymous. No account, no email.
What
New /keybindings command to open or create a keybindings configuration file for customizing keyboard shortcuts.
Usage
/keybindingsDetails
- Opens or creates
~/.config/claude-code/keybindings.json - Template includes syntax documentation for modifiers (ctrl, alt, shift, meta)
- Supports chord shortcuts like
"ctrl+k ctrl+s" - File is automatically reloaded when saved
- Documents reserved keys (ctrl+c, ctrl+d) and terminal conflicts (ctrl+b, ctrl+a, ctrl+z)
- Feature is currently in preview and may need to be enabled
Evidence
iD7() at line 497353 (command implementation, contains "keybindings")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.