diff options
| author | 2025-11-04 16:05:09 -0800 | |
|---|---|---|
| committer | 2025-11-04 16:05:09 -0800 | |
| commit | 0a9f47bb30d5371ba47e2b9c558ee072e86529da (patch) | |
| tree | 6bc90d51da4bf468fb99396306c0a4078425d8c3 | |
| parent | bb3f5878e66ef3fbae3c7b7b8b00858fec636f2d (diff) | |
| download | new-dotfiles-0a9f47bb30d5371ba47e2b9c558ee072e86529da.tar.gz new-dotfiles-0a9f47bb30d5371ba47e2b9c558ee072e86529da.zip | |
Surfingkeys: Add some keybindings for Punt
| -rw-r--r-- | surfingkeys/punt.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/surfingkeys/punt.ts b/surfingkeys/punt.ts index 201bfad..8c96219 100644 --- a/surfingkeys/punt.ts +++ b/surfingkeys/punt.ts @@ -6,3 +6,7 @@ api.addSearchAlias('l', 'Linear', 'https://linear.app/goldcoin/search?q=%s'); api.mapkey('gd1', "Open Chanced Development", () => api.tabOpenLink('http://localhost:8081')); api.mapkey('gd2', "Open Punt Development", () => api.tabOpenLink('http://localhost:8082')); api.mapkey('gd3', "Open Filament", () => api.tabOpenLink('http://localhost:8002')); + +api.mapkey('ggc', "Open chanced-frontend on Github", () => api.tabOpenLink('https://github.com/juked-social/chanced-frontend')); +api.mapkey('ggp', "Open punt-frontend on Github", () => api.tabOpenLink('https://github.com/juked-social/punt-frontend')); +api.mapkey('ggb', "Open social-api on Github", () => api.tabOpenLink('https://github.com/juked-social/social-api')); |
