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