blob: bfbd9086d8348ab4943910e8f310845b7d742259 (
plain) (
tree)
|
|
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
|