Skip to content

Commit e96cec0

Browse files
committed
bruh
1 parent 1f95d07 commit e96cec0

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.configs/zed/keymap.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@
1414

1515
"space g h": [
1616
"task::Spawn",
17-
{ "task_name": "resto", "reveal_target": "center" }
17+
{ "task_name": "resto", "reveal_target": "center" },
1818
],
1919
"space g g": [
2020
"task::Spawn",
21-
{ "task_name": "lazygit", "reveal_target": "center" }
21+
{ "task_name": "lazygit", "reveal_target": "center" },
2222
],
2323
"space g d": [
2424
"task::Spawn",
25-
{ "task_name": "lazydocker", "reveal_target": "center" }
25+
{ "task_name": "lazydocker", "reveal_target": "center" },
2626
],
2727
"space g k": [
2828
"task::Spawn",
29-
{ "task_name": "k9s", "reveal_target": "center" }
29+
{ "task_name": "k9s", "reveal_target": "center" },
3030
],
3131
"space g a": [
3232
"task::Spawn",
33-
{ "task_name": "cursor-agent", "reveal_target": "center" }
33+
{ "task_name": "cursor-agent", "reveal_target": "center" },
3434
],
3535

3636
"space g /": [
3737
"task::Spawn",
38-
{ "task_name": "fzf search", "reveal_target": "center" }
39-
]
40-
}
38+
{ "task_name": "fzf search", "reveal_target": "center" },
39+
],
40+
},
4141
},
4242
{
4343
"context": "Editor && vim_mode == normal && !VimWaiting && !menu",
@@ -51,25 +51,25 @@
5151
"g b": "editor::ToggleBreakpoint",
5252

5353
"g b p": "pane::TogglePinTab",
54-
"g b q": ["pane::CloseAllItems", { "close_pinned": false }]
55-
}
54+
"g b q": ["pane::CloseAllItems", { "close_pinned": false }],
55+
},
5656
},
5757
{
5858
"context": "Editor && (edit_prediction || edit_prediction_conflict)",
5959
"bindings": {
6060
"alt-l": null,
6161
"tab": "editor::Tab",
62-
"alt-a": "editor::AcceptEditPrediction"
63-
}
62+
"alt-a": "editor::AcceptEditPrediction",
63+
},
6464
},
6565
{
6666
"context": "Editor && (vim_mode == normal || vim_mode == visual) && !VimWaiting && !menu",
6767
"bindings": {
6868
"x": ["workspace::SendKeystrokes", "\" _ x"],
6969

7070
"alt-k": "editor::MoveLineUp",
71-
"alt-j": "editor::MoveLineDown"
72-
}
71+
"alt-j": "editor::MoveLineDown",
72+
},
7373
},
7474
{
7575
"context": "VimControl && !menu",
@@ -78,13 +78,13 @@
7878
"shift-h": "pane::ActivatePreviousItem",
7979

8080
"space v": "pane::SplitRight",
81-
"space s": "pane::SplitDown"
82-
}
81+
"space s": "pane::SplitDown",
82+
},
8383
},
8484
{
8585
"context": "ProjectPanel && not_editing",
8686
"bindings": {
87-
"z": "project_panel::CollapseAllEntries"
88-
}
89-
}
87+
"z": "project_panel::CollapseAllEntries",
88+
},
89+
},
9090
]

0 commit comments

Comments
 (0)