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: |
ad1cf50dbb61deaedfa439f55c748657 |
User & Date: | js 2015-02-15 19:28:35 |
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
Changes to tmux.conf.
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]@#h #[fg=colour40]#(date +%H:%M)" set -w -g window-status-current-fg colour39 set -w -g window-status-current-bg colour236 | > | 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 |
︙ | ︙ |