@projmux/darwin-arm64 0.7.1 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -74,8 +74,10 @@ Inside the app:
74
74
  - `Alt-3` opens Recent Windows.
75
75
  - `Alt-4` opens the AI split picker.
76
76
  - `Alt-5` opens settings.
77
+ - `Alt-7` opens the AI resume session picker.
77
78
 
78
- Those five launch keys are the guaranteed zero-config defaults. Add more
79
+ The `Alt-1` through `Alt-5` launch keys are the guaranteed zero-config
80
+ defaults. Add more
79
81
  aliases in Settings > Keybindings or `~/.config/projmux/keymap.toml`. If a key
80
82
  does not fire, run `projmux setup` outside tmux, then use
81
83
  `projmux init [terminal] --apply` for supported terminal delivery fallbacks.
package/bin/projmux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/darwin-arm64",
3
- "version": "0.7.1",
3
+ "version": "0.7.3",
4
4
  "description": "macOS arm64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {