docs: add search, clickable URLs, image rendering to README

This commit is contained in:
Brian Krabach
2026-04-04 09:23:24 -07:00
parent 1fd8bf46e8
commit 547c89ac6d
+6
View File
@@ -24,6 +24,9 @@
- **Native clipboard** — Ctrl+Shift+C to copy, Ctrl+Shift+V to paste - **Native clipboard** — Ctrl+Shift+C to copy, Ctrl+Shift+V to paste
- **Mouse select auto-copy** — selecting text copies to system clipboard on release - **Mouse select auto-copy** — selecting text copies to system clipboard on release
- **OSC 52 tmux clipboard bridge** — tmux copy mode selections go to system clipboard - **OSC 52 tmux clipboard bridge** — tmux copy mode selections go to system clipboard
- **Search** — Ctrl+F opens a search bar to find text in terminal scrollback (xterm-addon-search)
- **Clickable URLs** — Ctrl+Click (Cmd+Click on macOS) opens URLs in terminal output in a new tab (xterm-addon-web-links)
- **Inline image rendering** — Sixel and iTerm2 graphic protocols for tools like yazi file manager (xterm-addon-image)
- **Sidebar session switcher** — quick-switch between sessions with live previews - **Sidebar session switcher** — quick-switch between sessions with live previews
### Settings ### Settings
@@ -252,6 +255,9 @@ All settings are stored in `~/.config/muxplex/settings.json`.
|---|---| |---|---|
| Ctrl+Shift+C | Copy terminal selection to system clipboard | | Ctrl+Shift+C | Copy terminal selection to system clipboard |
| Ctrl+Shift+V | Paste from system clipboard into terminal | | Ctrl+Shift+V | Paste from system clipboard into terminal |
| Ctrl+F | Open terminal search bar |
| Enter / Shift+Enter | Next / previous search match |
| Ctrl+Click (Cmd+Click) | Open URL in new tab |
| `,` (comma) | Open settings | | `,` (comma) | Open settings |
| Escape | Close settings / return to dashboard | | Escape | Close settings / return to dashboard |