-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtui.json
More file actions
94 lines (81 loc) · 3.27 KB
/
tui.json
File metadata and controls
94 lines (81 loc) · 3.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"$schema": "https://opencode.ai/tui.json",
"keybinds": {
"app_exit": "ctrl+c",
"input_submit": "ctrl+return,alt+return,shift+return,linefeed",
"input_newline": "return",
"leader": "f1",
"command_list": "alt+x",
"history_next": "alt+n",
"history_previous": "alt+p",
"messages_copy": "ctrl+w",
"messages_last_user": "ctrl+l",
"messages_page_up": "pageup",
"messages_page_down": "pagedown",
"messages_previous": "none",
"messages_next": "none",
"model_cycle_favorite": "ctrl+j",
"model_cycle_favorite_reverse": "ctrl+k",
"model_cycle_recent": "alt+j",
"model_cycle_recent_reverse": "alt+k",
"model_list": "alt+m,ctrl+m",
"session_child_cycle": "ctrl+right",
"session_child_cycle_reverse": "ctrl+left",
"session_child_toggle": "alt+h",
// "session_child_toggle": "alt+shift+h",
// "session_child_first": "alt+h",
// "session_parent": "ctrl+h",
"session_fork": "ctrl+f",
"session_list": "ctrl+s,ctrl+shift+-",
"session_new": "ctrl+n,ctrl+/",
"session_rename": "ctrl+r",
"session_timeline": "ctrl+g",
"sidebar_toggle": "ctrl+b",
"variant_list": "ctrl+alt+v",
"session_continue": "ctrl+alt+c",
"/note-dir": "ctrl+alt+n",
"/fake_command": "alt+f",
"/carry-on": "alt+shift+c",
"/doom-loop": "ctrl+alt+l",
"/fix-unwanted": "ctrl+alt+w",
"/haha": "ctrl+alt+j",
// "/midsentence": "ctrl+alt+x",
// "/proceed-with-the-plan": "ctrl+alt+y",
"/todo-reminder": "ctrl+alt+t",
"tool_details": "ctrl+alt+shift+t",
"display_thinking": "alt+shift+t",
"theme_list": "alt+t",
"/gco": "ctrl+alt+g",
"/commit-and-push--kimi": "ctrl+alt+p",
"/commit-and-push--glm-5-turbo": "ctrl+alt+shift+p",
"/commit-and-push--glm-5.1": "alt+shift+p",
"/hard-sync-all-remotes--cg3f": "ctrl+alt+h",
"/hard-sync-all-remotes--glm-5-turbo": "ctrl+alt+shift+h",
"/hard-sync-all-remotes--glm-5.1": "alt+shift+h",
"/individual-todos": "ctrl+alt+i",
"/complete-entire-branch-list": "ctrl+alt+e",
"/integrate-branches--glm-5.1": "ctrl+alt+q",
"/integrate-branches--kimi-oauth": "ctrl+alt+shift+q",
"/integrate-branches--kimi": "alt+shift+q",
"/integrate-branches--cr-gpt-5.3-codex": "ctrl+shift+q",
"/merge-dev-into-branch-resolve-conflicts-and-push--kimi": "ctrl+alt+m",
"/merge-dev-into-branch-resolve-conflicts-and-push--glm-5.1": "alt+shift+m",
"/merge-dev-into-branch-resolve-conflicts-and-push--cr-gpt-5.4": "ctrl+alt+shift+m",
// k"/merge-dev-into-branch-resolve-conflicts-and-push--cr-kimi-turbo": "ctrl+shift+m",
"/update-dev--kimi": "ctrl+alt+u",
"/update-dev--cg3f": "ctrl+alt+shift+u",
"/update-dev--ag3f": "alt+shift+u",
"/update-dev--glm-5-turbo": "ctrl+shift+u",
"/updated-remotely--kimi": "ctrl+alt+r",
"/updated-remotely--glm-5.1": "alt+shift+r",
"/updated-remotely--cr-gpt-5.4": "ctrl+shift+r",
"/regression": "ctrl+alt+shift+r",
"/build-baseone-local--kimi": "ctrl+alt+b",
"/build-baseone-local--kimi-oauth": "ctrl+alt+shift+b",
"/build-baseone-local--glm-5.1": "alt+shift+b",
"/build-baseone-local--cr-gpt-5.4": "ctrl+shift+b",
"/complete-branch-list": "ctrl+alt+e",
// "/version-reminder": "ctrl+alt+v",
},
"diff_style": "stacked",
}