Artifact 0fbfd1e5a6d17ed5f10b774cbfcbe2807872d71148402267b87eededd6b73945:
- File tmux.conf — part of check-in [5fa770dc95] at 2013-07-31 00:33:30 on branch trunk — tmux.conf: Add resizing, fix date. (user: js, size: 432) [annotate] [blame] [check-ins using]
setw -g mode-keys vi set -g status-bg colour233 set -g status-fg colour25 set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉" set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#[fg=color34]#h #[fg=colour40]#(date +%H:%M)" set -w -g window-status-current-fg colour39 set -w -g window-status-current-bg colour236 bind -r C-h resize-pane -L bind -r C-j resize-pane -D bind -r C-k resize-pane -U bind -r C-l resize-pane -R