Installation #
brew install tmux
Configuration #
Config location: ~/.tmux.conf
General #
ctrl b ?
- commands list
Windows (tabs) #
ctrl b c
- createctrl b &
- killctrl b n
- nextctrl b p
- previosctrl b l
- lastctrl b <number>
- select window numberctrl b w
- windows listctrl b ,
- renamectrl b .
- move
Panes #
ctrl b "
- split verticallyctrl b %
- split horizontallyctrl b o
- nextctrl b ;
- previousctrl b !
- pane to windowctrl b E
- spreads panes evenlyctrl b f
- find panectrl b m
- mark togglectrl b z
- zoom togglectrl b {
- swap with previous panectrl b }
- swap with next panectrl b <arrows>
- resize
Sessions #
ctrl b $
- rename
Select mode #
ctrl [
- starts selection modectrl w
- copy selectionctrl ]
- paste