view rc/tmux-1.4.conf @ 598:b5a6cbb54a22

Update license (year and wording)
author nanaya <me@myconan.net>
date Sat, 25 Mar 2017 18:01:10 +0900
parents 142db8fd5246
children
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 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-current-bg black
setw -g window-status-current-fg white