Skip to content

Commit 044ccb0

Browse files
committed
add cursor agent
1 parent 673e22c commit 044ccb0

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.configs/zed/keymap.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"task::Spawn",
2929
{ "task_name": "k9s", "reveal_target": "center" }
3030
],
31+
"space g c": [
32+
"task::Spawn",
33+
{ "task_name": "cursor-agent", "reveal_target": "center" }
34+
],
3135

3236
"space g /": [
3337
"task::Spawn",

.configs/zed/tasks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
"command": "k9s",
2020
"hide": "on_success"
2121
},
22+
{
23+
"label": "cursor-agent",
24+
"command": "cursor-agent",
25+
"hide": "on_success"
26+
},
2227
{
2328
"label": "fzf search",
2429
"command": "~/.config/zed/scripts/fzf-search.fish",

0 commit comments

Comments
 (0)