e6735224
docs: the session table is thirty-two, as the paragraph below already said
a73x 2026-08-26 04:34
Commit message
README.md
| Old | New | ||
|---|---|---|---|
| @@ -116,7 +116,7 @@ does worse. | |||
| 116 | `mux` again reattaches — full TUI screens included. Kill the client with | 116 | `mux` again reattaches — full TUI screens included. Kill the client with |
| 117 | `kill -9` if you like; the session doesn't care. | 117 | `kill -9` if you like; the session doesn't care. |
| 118 | 118 | ||
| 119 | One daemon hosts up to four named sessions; the first is called `0`. | 119 | One daemon hosts up to thirty-two named sessions; the first is called `0`. |
| 120 | `Ctrl-\` `c` creates one named after the lowest free number and focuses it, | 120 | `Ctrl-\` `c` creates one named after the lowest free number and focuses it, |
| 121 | `Ctrl-\` `n` and `Ctrl-\` `p` step through them in the daemon's order and | 121 | `Ctrl-\` `n` and `Ctrl-\` `p` step through them in the daemon's order and |
| 122 | wrap at the ends, and `mux --session NAME` attaches to any of them by name | 122 | wrap at the ends, and `mux --session NAME` attaches to any of them by name |