main
1set-option -g default-shell /bin/bash
2set-option -g history-limit 10000
3set-option -g prefix C-a
4set-option -g status-right '%Y-%m-%d %H:%M'
5set-option -w -g clock-mode-style 24
6set-option -w -g mode-keys vi
7
8unbind-key C-b
9unbind-key t
10
11bind-key + select-layout main-horizontal
12bind-key - split-window -v -c '#{pane_current_path}'
13bind-key - split-window -v -c '#{pane_current_path}'
14bind-key -r C-h select-window -t :-
15bind-key -r C-l select-window -t :+
16bind-key -r H resize-pane -L 5
17bind-key -r J resize-pane -D 5
18bind-key -r K resize-pane -U 5
19bind-key -r L resize-pane -R 5
20bind-key : command-prompt
21bind-key = select-layout main-vertical
22bind-key C-a send-prefix
23bind-key C-o rotate-window
24bind-key P paste-buffer
25bind-key bspace previous-window
26bind-key enter next-layout
27bind-key h select-pane -L
28bind-key j select-pane -D
29bind-key k select-pane -U
30bind-key l select-pane -R
31bind-key r refresh-client
32bind-key s split-window -v -c '#{pane_current_path}'
33bind-key space next-window
34bind-key t split-window -p 25 -c '#{pane_current_path}'
35bind-key v split-window -h -c '#{pane_current_path}'
36bind-key | split-window -h -c '#{pane_current_path}'
37bind-key | split-window -h -c '#{pane_current_path}'