Files
dotfiles/.claude/keybindings.json
T
2026-05-10 03:23:07 +02:00

22 lines
474 B
JSON

{
"$schema": "https://www.schemastore.org/claude-code-keybindings.json",
"$docs": "https://code.claude.com/docs/en/keybindings",
"bindings": [
{
"context": "Global",
"bindings": {
"Ctrl+L": "app:redraw"
}
},
{
"context": "Scroll",
"bindings": {
"Ctrl+B": "scroll:lineUp",
"Ctrl+F": "scroll:lineDown",
"PageUp": "scroll:halfPageUp",
"PageDown": "scroll:halfPageDown"
}
}
]
}