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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -3,7 +3,8 @@
|
|||||||
"$docs": "https://code.claude.com/docs/en/settings",
|
"$docs": "https://code.claude.com/docs/en/settings",
|
||||||
"env": {
|
"env": {
|
||||||
"ENABLE_CLAUDEAI_MCP_SERVERS": "false",
|
"ENABLE_CLAUDEAI_MCP_SERVERS": "false",
|
||||||
"CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN": "1"
|
"CLAUDE_CODE_NO_FLICKER": "1",
|
||||||
|
"CLAUDE_CODE_DISABLE_MOUSE": "1"
|
||||||
},
|
},
|
||||||
"feedbackSurveyRate": 0,
|
"feedbackSurveyRate": 0,
|
||||||
"effortLevel": "high",
|
"effortLevel": "high",
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ PROFILES: dict[str, Profile] = {
|
|||||||
symlink_map={"zsh/rc": ".zshrc"},
|
symlink_map={"zsh/rc": ".zshrc"},
|
||||||
copies=[
|
copies=[
|
||||||
".claude/settings.json",
|
".claude/settings.json",
|
||||||
|
".claude/keybindings.json",
|
||||||
".codex/config.toml",
|
".codex/config.toml",
|
||||||
],
|
],
|
||||||
system_installs=[
|
system_installs=[
|
||||||
|
|||||||
Reference in New Issue
Block a user