You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Grid system:** All window positions defined as `GridPosition` with x/y/w/h on 0-1 scale. Supports split layouts (left66, right50, etc.) and centered positions (full, big, med, sm, xs).
80
-
81
-
**Binding pattern:**
82
-
```typescript
83
-
hyper('key', callback) // CapsLock+key
84
-
hyperCmd('key', callback) // CapsLock+Cmd+key
85
-
```
86
-
87
61
### ZSH Configuration (`zsh/`)
88
62
**Main file:**`zshrc.zsh` (symlinked to `~/.zshrc`)
89
63
@@ -137,5 +111,3 @@ deno test claude/hooks/pure-md-prompt-rewriter.test.ts
137
111
138
112
**Karabiner:** Deno with no deps → single `karabiner.json` output
139
113
**Claude hooks:** Deno with TypeScript → no compilation needed (executed directly)
140
-
141
-
Both Karabiner and Phoenix use function composition over classes. Export small utilities from `lib/`/`utils/` and compose in main file.
- All window positions defined as `GridPosition` with x/y/w/h on 0-1 scale. Supports split layouts (left66, right50, etc.) and centered positions (full, big, med, sm, xs).
16
+
- Dual Window splitting, resize other window to fit
0 commit comments