blob: bfbd9086d8348ab4943910e8f310845b7d742259 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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-bg white
set -g status-fg black
|