aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
blob: a0123c001979ac353263611f074c2ef4c691caa9 (plain)
1
2
3
4
5
6
7
8
9
set -g default-terminal "screen-256color"

unbind C-b
set -g prefix `
bind-key ` send-prefix

bind R source-file ~/.tmux.conf \; display-message "Config reloaded..."

status-bg red