feat(claude): switch to fullscreen mode
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"$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:fullPageUp",
|
||||
"Ctrl+F": "scroll:fullPageDown",
|
||||
"PageUp": "scroll:halfPageUp",
|
||||
"PageDown": "scroll:halfPageDown"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user