Mercurial > ec-dotfiles
view rc/tmux-2.2.conf @ 606:b9672858e2e2
Better color
author | nanaya <me@nanaya.pro> |
---|---|
date | Tue, 20 Jun 2017 01:25:03 +0900 |
parents | a43414120226 |
children | 96a7b2a3e774 |
line wrap: on
line source
set -g repeat-time 0 set -g status-bg cyan set -g status-fg black 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 pane-active-border-fg cyan set -g set-titles on set -g set-titles-string '[#S] #I:#W #T' set -g escape-time 0 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}"