chd/.tmux.conf
2020-01-17 20:43:13 -06:00

11 lines
182 B
Plaintext

# set colors
set status-bg magenta
set status-fg black
# rebind the dumb prefix key
unbind C-b
set-option -g prefix C-t
bind-key C-t send-prefix
# enable mouse mode
set -g mouse on