datcode/data/config/tui.json
2026-07-17 15:57:16 +02:00

13 lines
No EOL
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"
}
}