7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
|
# 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
|