Skip to content

Commit b2eee29

Browse files
committed
Switch to Warp
1 parent 92bb324 commit b2eee29

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

karabiner.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,10 @@
290290
{
291291
"to": [
292292
{
293-
"shell_command": "open -a 'Terminal.app'"
293+
"shell_command": "open -a 'Warp.app'"
294294
}
295295
],
296-
"description": "Open -a 'Terminal.app'",
296+
"description": "Open -a 'Warp.app'",
297297
"type": "basic",
298298
"from": {
299299
"key_code": "t",

rules.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const rules: KarabinerRules[] = [
5353
s: app("Slack"),
5454
e: app("Superhuman"),
5555
n: app("Notion"),
56-
t: app("Terminal"),
56+
t: app("Warp"),
5757
// Open todo list managed via *H*ypersonic
5858
h: open(
5959
"notion://www.notion.so/stellatehq/7b33b924746647499d906c55f89d5026"

0 commit comments

Comments
 (0)