19 lines
601 B
JSON
19 lines
601 B
JSON
{
|
|
"$schema": "https://opencode.ai/tui.json",
|
|
"theme": "lucent-orng",
|
|
"plugin": [["./tui-plugins/verbose.ts", { "key": "<leader>v" }]],
|
|
"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",
|
|
"tool_details": "<leader>d",
|
|
"session_toggle_timestamps": "<leader>w"
|
|
}
|
|
}
|