chd/.tmux.conf

11 lines
182 B
Plaintext
Raw Normal View History

2019-07-28 19:11:09 +00:00
# set colors
2020-01-18 02:43:13 +00:00
set status-bg magenta
set status-fg black
# rebind the dumb prefix key
unbind C-b
set-option -g prefix C-t
2019-07-28 19:11:09 +00:00
bind-key C-t send-prefix
# enable mouse mode
set -g mouse on