Seriki commited on
Commit
0816773
·
verified ·
1 Parent(s): e5a58df

Create tui.json

Browse files
Files changed (1) hide show
  1. tui.json +19 -0
tui.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://opencode.ai/tui.json",
3
+ "scroll_speed": 3,
4
+ "scroll_acceleration": {
5
+ "enabled": true
6
+ },
7
+ "diff_style": "auto",
8
+ "cursor": {
9
+ "style": "block",
10
+ "blinking": true
11
+ },
12
+ "mouse": true,
13
+ "attention": {
14
+ "enabled": true,
15
+ "notifications": true,
16
+ "sound": true,
17
+ "volume": 0.4
18
+ }
19
+ }