blob: 4ac1b66adc5a2fa707aa39026c3731b1c48c3864 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
# status
set -g status on
set-option -g status-left-length 25
set-option -g status-left '#h:#S |'
set-option -g status-right ' | %Y-%m-%d %H:%M'
|