Overview
Comment: | tmux.conf: Remove terminal-overrides
I don't remember what they were for, I only remember that they were a |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
440727800486f2b06b94d34e24d2c335 |
User & Date: | js on 2020-05-30 09:53:28 |
Other Links: | manifest | tags |
Context
2020-05-30
| ||
09:54 | tmux.conf: Enable mouse mode check-in: 0c2853b29b user: js tags: trunk | |
09:53 | tmux.conf: Remove terminal-overrides check-in: 4407278004 user: js tags: trunk | |
2020-05-28
| ||
23:17 | Prefer Fossil branch over Git branch in prompt check-in: 7348743dfc user: js tags: trunk | |
Changes
Modified tmux/tmux.conf from [2755add910] to [9712f2418a].
1 2 3 4 5 6 7 8 9 10 | set -g default-terminal screen-256color setw -g mode-keys vi set -g status-style bg=colour233,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-style fg=colour39,bg=colour236 set -w -g window-status-bell-style fg=colour233,bg=colour124 bind c new-window -c "#{pane_current_path}" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" | < | 1 2 3 4 5 6 7 8 9 10 | set -g default-terminal screen-256color setw -g mode-keys vi set -g status-style bg=colour233,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-style fg=colour39,bg=colour236 set -w -g window-status-bell-style fg=colour233,bg=colour124 bind c new-window -c "#{pane_current_path}" bind '"' split-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" |