openmux 0.2.106 → 0.2.107

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,7 +101,7 @@ Notes:
101
101
 
102
102
  - Pane commands require a running UI (control socket available).
103
103
  - `pane send` supports C-style escapes like `\n`, `\t`, `\xNN`, `\uXXXX`.
104
- - See `docs/CLI.md` for the full spec and exit codes.
104
+ - See [docs/user/cli.md](./docs/user/cli.md) for the full spec and exit codes.
105
105
 
106
106
  ## Architecture (High Level)
107
107
 
@@ -318,7 +318,7 @@ openmux loads `~/.config/openmux/config.toml` (or `$XDG_CONFIG_HOME/openmux/conf
318
318
 
319
319
  Config changes are hot-reloaded while openmux is running (layout, theme, and keybindings update live).
320
320
 
321
- See [`CONFIG.md`](CONFIG.md) for the full generated config.
321
+ See [docs/user/config.md](./docs/user/config.md) for the full generated config.
322
322
 
323
323
  Environment variables override the config file for layout values:
324
324
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmux",
3
- "version": "0.2.106",
3
+ "version": "0.2.107",
4
4
  "description": "Terminal multiplexer with master-stack tiling layout",
5
5
  "module": "src/index.tsx",
6
6
  "type": "module",