@projmux/darwin-x64 0.6.3 → 0.6.4

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,11 +74,11 @@ Inside the app:
74
74
  - `Alt-3` opens the existing-session picker.
75
75
  - `Alt-4` opens the AI split picker.
76
76
  - `Alt-5` opens settings.
77
- - `Alt-6` opens the project switcher popup.
78
77
 
79
- See [Terminal Keybindings](docs/keybindings.md) for the full key map. If a key
78
+ Those five launch keys are the guaranteed zero-config defaults. Add more
79
+ aliases in Settings > Keybindings or `~/.config/projmux/keymap.toml`. If a key
80
80
  does not fire, run `projmux setup` outside tmux, then use
81
- `projmux init [terminal] --apply` for supported terminal fallbacks.
81
+ `projmux init [terminal] --apply` for supported terminal delivery fallbacks.
82
82
 
83
83
  ## Day-To-Day Use
84
84
 
package/bin/projmux CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projmux/darwin-x64",
3
- "version": "0.6.3",
3
+ "version": "0.6.4",
4
4
  "description": "macOS x64 binary for projmux",
5
5
  "license": "MIT",
6
6
  "repository": {