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

set -g status-bg green
set -g status-fg white

unbind C-b
set -g prefix C-o

set -g default-shell /bin/zsh