configs  Check-in [ad1cf50dbb]

Overview
Comment:tmux.conf: Set TERM to screen-256color
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ad1cf50dbb61deaedfa439f55c7486573b6271258bd4eea089d2f953792d3cfb
User & Date: js on 2015-02-15 19:28:35
Other Links: manifest | tags
Context
2015-02-15
19:31
gitconfig: Don't use gpgsign = true check-in: d62b6fab64 user: js tags: trunk
19:28
tmux.conf: Set TERM to screen-256color check-in: ad1cf50dbb user: js tags: trunk
19:27
Add fish config check-in: 5334b70051 user: js tags: trunk
Changes

Modified tmux.conf from [c3d9653c6b] to [d547ca5762].


1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
+







set -g default-terminal screen-256color
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]@#h #[fg=colour40]#(date +%H:%M)"
set -w -g window-status-current-fg colour39
set -w -g window-status-current-bg colour236