blob: 5e9d2b1874915f47048f15d3314008806c33fa0a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
set -g prefix C-z
unbind C-b
set -g mouse-select-pane on
setw -g aggressive-resize on
bind | split-window -h
bind - split-window -v
set -gw mode-keys emacs
set -g status on
|