summary refs log tree commit diff
path: root/tmux.conf
blob: 5b2afff02bb0098384cf9b2a7c2cc659c47b8783 (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

# emacs binding
set -gw mode-keys emacs
bind 2 split-window -v
bind 3 split-window -h

# status
set -g status on