tmux
.tmux.conf is tmux's startup config, sourced once when the tmux server starts (or
reloaded live with tmux source-file ~/.tmux.conf). tmux's defaults are usable but
opinionated in ways most people change immediately — the prefix key defaults to Ctrl-b,
which collides with readline's own "move cursor back one character" binding used by bash and most
other shells, mouse support and vi-style copy-mode keys are off, and windows/panes are numbered
from 0. This file fixes all of that once, instead of retyping the equivalent
tmux set commands by hand every session.