13 lines
347 B
JSON
13 lines
347 B
JSON
|
|
{
|
||
|
|
"$schema": "https://opencode.ai/tui.json",
|
||
|
|
"keybinds": {
|
||
|
|
"input_buffer_home": "ctrl+home",
|
||
|
|
"input_buffer_end": "ctrl+end",
|
||
|
|
"input_line_home": "home",
|
||
|
|
"input_line_end": "end",
|
||
|
|
"messages_first": "ctrl+home",
|
||
|
|
"messages_last": "ctrl+end",
|
||
|
|
"app_exit": "ctrl+q",
|
||
|
|
"input_delete_word_backward": "ctrl+backspace"
|
||
|
|
}
|
||
|
|
}
|