jolheiser 修订了这个 Gist . 跳至此修订
1 file changed, 22 insertions
layout.kdl(file created)
@@ -0,0 +1,22 @@ | |||
1 | + | theme "catppuccin-mocha" | |
2 | + | layout { | |
3 | + | pane { | |
4 | + | name "editor" | |
5 | + | size "90%" | |
6 | + | } | |
7 | + | pane split_direction="vertical" { | |
8 | + | pane { | |
9 | + | name "web" | |
10 | + | command "go" | |
11 | + | args "run" "./cmd/web" | |
12 | + | start_suspended true | |
13 | + | } | |
14 | + | pane { | |
15 | + | name "ssh" | |
16 | + | command "go" | |
17 | + | args "run" "./cmd/ssh" | |
18 | + | start_suspended true | |
19 | + | } | |
20 | + | } | |
21 | + | } | |
22 | + |
更新
更早