6 lines
113 B
Bash
6 lines
113 B
Bash
|
|
set -g mouse on
|
|
set-option -g prefix C-a
|
|
bind-key C-a send-prefix
|
|
bind | split-window -h
|
|
bind - split-window -v
|