Overview
Comment: | Update tmux config for 2.9 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f1c8eeec76c8494d63d4979fd14b2139 |
User & Date: | js 2019-08-22 08:15:21 |
Context
2020-01-21
| ||
00:11 | Add fish config check-in: 09fe98aab3 user: js tags: trunk | |
2019-08-22
| ||
08:15 | Update tmux config for 2.9 check-in: f1c8eeec76 user: js tags: trunk | |
2019-01-08
| ||
01:40 | Add youtube-dl config check-in: b86591543c user: js tags: trunk | |
Changes
Changes to tmux.conf.
1 2 | set -g default-terminal screen-256color setw -g mode-keys vi | < | | < | < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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 -r C-h select-pane -L bind -r C-j select-pane -D bind -r C-k select-pane -U bind -r C-l select-pane -R bind -r M-h resize-pane -L bind -r M-j resize-pane -D bind -r M-k resize-pane -U |
︙ | ︙ |