You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chd/.tmux.conf

11 lines
182 B

# 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