fleetmux
Key Binding Cheat Sheet
All fleetmux keybindings in one place — sessions, windows, panes, agent jumps, copy mode, and plugin commands.
⌨ Prefix key: Ctrl-b (default). To switch to Ctrl-a, uncomment the three lines in ~/.config/tmux/tmux.conf.
Sessions
prefix + dDetach from session (session keeps running)prefix + $Rename current sessionprefix + sList / switch sessionstmux lsList all sessions (shell)tmux attach -t NAMEAttach to a session by name (shell)
Windows (tabs)
prefix + cNew window (opens in current path)prefix + nNext windowprefix + pPrevious windowprefix + NUMBERSwitch to window by numberprefix + ,Rename current windowprefix + &Close current window
Panes (splits)
prefix + |Split vertically (side by side)prefix + -Split horizontally (top / bottom)prefix + h / j / k / lNavigate panes (vim-style: left / down / up / right)prefix + zZoom / un-zoom current paneprefix + xClose current paneprefix + { / }Swap pane left / right
Agent-pane jumps
prefix + aJump to first Claude Code paneprefix + gJump to first Gemini pane
Copy mode
prefix + [Enter copy mode (scroll with arrows or vim keys)qExit copy modeSpaceStart selectionEnterCopy selection (tmux-yank also copies to system clipboard)
Config & plugins
prefix + rReload config (~/.config/tmux/tmux.conf)prefix + ?Open this cheat sheetprefix + IInstall / update plugins (capital I, via TPM)prefix + UUpdate pluginsprefix + alt-uUninstall unlisted plugins
Quick recipes
Start a new agent session
fleetmux-start
# or:
tmux new-session -s workRun Claude Code in a pane
claudeSet pane title for Termio detection
printf '\033]2;claude\033\\'Plugins installed
tmux-sensibleSane defaults everyone agrees ontmux-resurrectSave and restore sessions across rebootstmux-continuumAuto-save sessions every 15 min (restore on start)tmux-yankCopy to system clipboard in copy mode