Skip to content

Instantly share code, notes, and snippets.

% cat .tmux.conf
# global options
set-option -g prefix C-z
set-option -g default-terminal "xterm-256color"
set-option -g status-bg blue
set-option -g status-left-length 12
set-option -g status-left "#[fg=yellow]#H#[default]"
# bindings
unbind-key C-b