configs  Check-in [5fa770dc95]

Overview
Comment:tmux.conf: Add resizing, fix date.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 5fa770dc95c00c2b823d9313ff0b1d57e097ad7032887f85a383a0f8808d3ee7
User & Date: js on 2013-07-31 00:33:30
Other Links: manifest | tags
Context
2013-07-31
09:43
tmux.conf: Add alert colours. check-in: f5f3de48a5 user: js tags: trunk
00:33
tmux.conf: Add resizing, fix date. check-in: 5fa770dc95 user: js tags: trunk
2013-07-30
23:30
Add tmux.conf. check-in: 4f3ce70349 user: js tags: trunk
Changes

Modified tmux.conf from [617d040397] to [0fbfd1e5a6].

1
2
3
4
5
6
7




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:%I)"
set -w -g window-status-current-fg colour39
set -w -g window-status-current-bg colour236








|


>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
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