@projmux/darwin-x64 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 +3 -1
- package/bin/projmux +0 -0
- package/package.json +1 -1
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
|
-
|
|
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
|