]> Sergey Matveev's repositories - mmc.git/blob - cmd/tmux.conf
Quick file download
[mmc.git] / cmd / tmux.conf
1 set-option -g mode-keys vi
2 set-option -g base-index 1
3 set-option -g escape-time 1
4 set-option -g repeat-time 0
5 set-option -g history-limit 20000
6 set-option -g renumber-windows on
7 set-option -g pane-border-indicators both
8
9 set-option -g status-style "bg=black,fg=white"
10 set-option -g status-left "#S>"
11 set-option -g status-right ""
12 set-option -g status-justify centre
13
14 set-window-option -g automatic-rename on
15 set-window-option -g window-status-format "#I:#W#F"
16 set-window-option -g window-status-style "bg=green fg=black"
17 set-window-option -g window-status-current-style "bg=red"
18 set-window-option -g window-status-last-style "bg=cyan"
19
20 bind-key Q kill-session
21 bind-key c new-window NEWWIN
22 bind-key d kill-window
23 bind-key S new-window CATFILE
24 bind-key D {
25     capture-pane -t 0
26     new-window DLPANE
27 }
28
29 bind-key -n C-PgUp previous-window
30 bind-key -n C-PgDn next-window
31 bind-key -n S-PgUp copy-mode -u