summary refs log tree commit diff
path: root/tmux.conf
blob: ee3087baf8a5339eeaea3049e7beaa33d9964a84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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