16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"$schema": "https://opencode.ai/tui.json",
|
|
"theme": "lucent-orng",
|
|
"leader_timeout": 1500,
|
|
"diff_style": "stacked",
|
|
"cursor": { "style": "block", "blinking": false },
|
|
"attention": { "enabled": true, "notifications": true, "sound": false },
|
|
"keybinds": {
|
|
"prompt_stash": "<leader>p",
|
|
"prompt_stash_pop": "<leader>o",
|
|
"session_fork": "<leader>f",
|
|
"messages_last_user": "<leader>k",
|
|
"display_thinking": "<leader>i"
|
|
}
|
|
}
|