chd/.tmux.conf

7 lines
146 B
Plaintext
Raw Normal View History

# rebind the dumb prefix key
unbind C-b
set-option -g prefix C-t
bind-key C-t send-prefix
# enable ability to click between panes
set -g mouse on