working multisession web linux terminal

This commit is contained in:
2026-05-24 07:44:54 +00:00
parent 5b4803bc49
commit 63dbdf7e6a
5 changed files with 138 additions and 117 deletions
+3 -2
View File
@@ -106,11 +106,12 @@ Structured JSON-lines, one entry per login attempt:
| `Alt+T` | New tab |
| `Alt+W` | Close tab |
| `Alt+Shift+←/→` | Previous / next tab |
| `Alt+\` | Split pane left/right |
| `Alt+-` | Split pane top/bottom |
| `Alt+H` | Split pane left/right |
| `Alt+V` | Split pane top/bottom |
| `Alt+X` | Close active pane |
| `Ctrl+Shift+C` | Copy selection |
| `Ctrl+V` | Paste |
| `Ctrl+←/→` | Word backward / forward (shell readline) |
---