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