Mercurial > ec-dotfiles
view rc/tmux-1.9.conf @ 501:072662ced8b8
Per-version tmux config.
author | edogawaconan <me@myconan.net> |
---|---|
date | Sun, 09 Mar 2014 14:11:47 +0900 |
parents | |
children | 973b7f21b582 |
line wrap: on
line source
set -g repeat-time 0 set -g status-bg cyan set -g status-fg white set -g status-left '#[bg=white,fg=black] #S #[default] ' set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M ' set -g status-utf8 on setw -g utf8 on set -g pane-active-border-fg cyan set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' setw -g window-status-attr bold setw -g window-status-current-attr bold setw -g window-status-current-bg black setw -g window-status-current-fg white bind-key c new-window -c "#{pane_current_path}" bind-key '"' split-window -c "#{pane_current_path}" bind-key % split-window -h -c "#{pane_current_path}"