aboutsummaryrefslogtreecommitdiffstats
path: root/tmux/.tmux.conf
blob: 91573cc2071d83643fb0d61e9ad7c65167f9be8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set -g default-terminal "screen-256color"
set -g status-bg magenta
set -g status-fg white
set -g status-position top

set-option -g history-limit 10000

set -g mouse on

unbind C-b
set -g prefix C-o
bind C-o send-prefix