We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673e22c commit 044ccb0Copy full SHA for 044ccb0
2 files changed
.configs/zed/keymap.json
@@ -28,6 +28,10 @@
28
"task::Spawn",
29
{ "task_name": "k9s", "reveal_target": "center" }
30
],
31
+ "space g c": [
32
+ "task::Spawn",
33
+ { "task_name": "cursor-agent", "reveal_target": "center" }
34
+ ],
35
36
"space g /": [
37
.configs/zed/tasks.json
@@ -19,6 +19,11 @@
19
"command": "k9s",
20
"hide": "on_success"
21
},
22
+ {
23
+ "label": "cursor-agent",
24
+ "command": "cursor-agent",
25
+ "hide": "on_success"
26
+ },
27
{
"label": "fzf search",
"command": "~/.config/zed/scripts/fzf-search.fish",
0 commit comments