comparison rc/tmux-2.9.conf @ 627:84791ac85abd

Update tmux 2.9+ compatible syntax
author nanaya <me@nanaya.pro>
date Sun, 30 Jun 2019 20:25:30 +0900
parents
children 5ebfac7426e5
comparison
equal deleted inserted replaced
626:ffc095d36df2 627:84791ac85abd
1 set -g repeat-time 0
2 set -g status-bg cyan
3 set -g status-fg black
4
5 set -g status-left '#[bg=white,fg=black] #S #[default] '
6
7 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M '
8
9 set -g pane-active-border "fg=cyan"
10
11 set -g set-titles on
12 set -g set-titles-string '[#S] #I:#W #T'
13
14 set -g escape-time 0
15 set -g history-limit 10000
16
17 setw -g window-status-current-style "bg=black fg=white"
18
19 bind-key c new-window -c "#{pane_current_path}"
20 bind-key '"' split-window -c "#{pane_current_path}"
21 bind-key % split-window -h -c "#{pane_current_path}"