8 lines
156 B
Bash
8 lines
156 B
Bash
# Enable mouse scrolling in copy mode
|
|
set-window-option -g mode-mouse on
|
|
|
|
# Switch prefix from C-b to C-t
|
|
unbind C-b
|
|
set -g prefix C-t
|
|
bind C-t send-prefix
|