Nushy Pool Tmux: one-command Byobu-like tmux setup with status widgets and clipboard helpers.
Nuplux installs a tmux configuration that feels like Byobu: familiar keybindings, modern status bar, persistent sessions, and sane clipboard behavior (WSL + SSH).
curl -fsSL -o install.sh https://raw.githubusercontent.com/nushypool/nuplux/main/install.sh && bash install.shEverything lives here:
~/.config/nuplux/tmux.confscripts/(status + clipboard helpers)
~/.local/bin/nupluxnuplux-enablenuplux-disable
nupluxThis attaches to (or creates) the persistent tmux session named main using Nuplux config.
nuplux-enableFrom the next terminal login/open, Nuplux auto-attaches to the persistent session.
nuplux-disable- WSL local: right-click and
Ctrl+Vpaste from Windows clipboard (UTF-8 safe, Cyrillic OK). - Remote SSH: tmux mouse is disabled to avoid fighting your terminal client; use your terminal’s paste (Windows Terminal / iTerm / etc).
Remote → local copy uses OSC52 when the client supports it.
F2— New windowF3— Previous windowF4— Next windowF8— Rename windowF6— Detach (leave session running)
Shift+F2— Split horizontallyCtrl+F2— Split verticallyShift+F3— Focus previous paneShift+F4— Focus next paneCtrl+F6— Kill current paneShift+F5— Kill all other panes (join back to one)
Shift+Arrow— Move focus between panesShift+Alt+Arrow— Resize pane (small steps)
F7— Enter copy/scroll modeAlt+PgUp— Enter copy mode + page upAlt+PgDn— Enter copy mode + page downAlt+Up— Enter copy mode + scroll up 1 lineAlt+Down— Enter copy mode + scroll down 1 line
Copy mode (vi):
v— begin selectiony/Enter— copy selection to clipboard and exit copy modeCtrl+C— copy selection (copy-mode only)
F5— Reload configF12— Lock tmux
rm -rf ~/.config/nuplux/ && rm -rf ~/.local/bin/nuplux* && rm -rf ~/.cache/nuplux/