tmux

tmux

Installation #

brew install tmux

Configuration #

Config location: ~/.tmux.conf

General #

  • ctrl b ? - commands list

Windows (tabs) #

  • ctrl b c - create
  • ctrl b & - kill
  • ctrl b n - next
  • ctrl b p - previos
  • ctrl b l - last
  • ctrl b <number> - select window number
  • ctrl b w - windows list
  • ctrl b , - rename
  • ctrl b . - move

Panes #

  • ctrl b " - split vertically
  • ctrl b % - split horizontally
  • ctrl b o - next
  • ctrl b ; - previous
  • ctrl b ! - pane to window
  • ctrl b E - spreads panes evenly
  • ctrl b f - find pane
  • ctrl b m - mark toggle
  • ctrl b z - zoom toggle
  • ctrl b { - swap with previous pane
  • ctrl b } - swap with next pane
  • ctrl b <arrows> - resize

Sessions #

  • ctrl b $ - rename

Select mode #

  • ctrl [ - starts selection mode
  • ctrl w - copy selection
  • ctrl ] - paste