feat: datcode
This commit is contained in:
commit
25bb67e958
66 changed files with 5821 additions and 0 deletions
13
data/config/tui.json
Normal file
13
data/config/tui.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue