comparison rc/tmux-2.2.conf @ 590:756cfd9f5bc8

Add tmux 2.2+ config
author nanaya <me@myconan.net>
date Sun, 24 Jul 2016 22:41:54 +0900
parents
children a43414120226
comparison
equal deleted inserted replaced
589:7fbadf8bd22e 590:756cfd9f5bc8
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 setw -g window-status-current-bg black
15 setw -g window-status-current-fg white
16
17 bind-key c new-window -c "#{pane_current_path}"
18 bind-key '"' split-window -c "#{pane_current_path}"
19 bind-key % split-window -h -c "#{pane_current_path}"