Bruno Sutic
Rails & Javascript developer
Ideal Project Group, Chicago
github.com/bruno-
@brunosutic
Slide 3
Slide 3 text
In the previous episode…
• why use tmux?
• installing tmux
• basic usage:
• movement
• creating new windows and splits
Slide 4
Slide 4 text
Configuring tmux
Tmux config file: ~/.tmux.conf
• vim-style mappings
• addressing quirky defaults
• config for modern machine
Slide 5
Slide 5 text
Reminder about ctrl key
• remap Caps Lock to Ctrl (on a system level)
• remap default “prefix” from Ctrl-b to Ctrl-a
• set -g prefix C-a # in .tmux.conf