Selection

Selected file

README.md

.config/tmux/showcase/README.md

Tmux

Tmux keeps terminal sessions alive.

Keybinds

  • Super+Alt+T/Q - create/close tmux window
  • Super+Alt+J/K - previous/next tmux window
  • Alt+Shift+J/K - move current tmux window left/right
  • Super+Alt+S - session chooser
  • Super+Alt+N/R/X - create/rename/close session
  • Alt+T/V/Q - split right/split down/close pane
  • Alt+H/J/K/L - focus pane left/down/up/right
  • Super+Alt+Shift+H/J/K/L - resize pane left/down/up/right

Does

  • Persistent terminal sessions
  • Named workspaces for projects or services
  • Vi-style copy mode

Workflow

Use named sessions for separate projects or services, and attach back to long-running work instead of rebuilding terminal state.