openmux 0.2.55 → 0.2.57

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -135,7 +135,6 @@ bun dev # Run with watch mode
135
135
  - `]` - Paste from clipboard
136
136
  - `d` - Detach (leave session running)
137
137
  - `r` - Enter resize mode
138
- - `?` - Toggle keyboard hints
139
138
  - `Esc` - Exit prefix mode
140
139
 
141
140
  ### Resize Mode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmux",
3
- "version": "0.2.55",
3
+ "version": "0.2.57",
4
4
  "description": "Terminal multiplexer with master-stack tiling layout",
5
5
  "module": "src/index.tsx",
6
6
  "type": "module",