configs  Check-in [4f3ce70349]

Overview
Comment:Add tmux.conf.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4f3ce7034930eee5da0a73cd158027de920ee0ddee779699fa7bd1e08e53dcc8
User & Date: js on 2013-07-30 23:30:57
Other Links: manifest | tags
Context
2013-07-31
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
2013-07-14
23:48
Use gzcat instead of zcat, remove .desktop/.app. check-in: 43176e075c user: js tags: trunk
Changes

Added tmux.conf version [617d040397].















>
>
>
>
>
>
>
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