configs  Check-in [f1c8eeec76]

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: f1c8eeec76c8494d63d4979fd14b2139c276114209c7857de1c390c9e988c787
User & Date: js on 2019-08-22 08:15:21
Other Links: manifest | tags
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

Modified tmux.conf from [d09f6f81cb] to [df3a802d63].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
set -w -g window-status-bell-fg colour233
set -w -g window-status-bell-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
bind -r M-l resize-pane -R
set -ag terminal-overrides ",*:XT@"


<
|


|
<
|
<









1
2

3
4
5
6

7

8
9
10
11
12
13
14
15
16
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
bind -r M-l resize-pane -R
set -ag terminal-overrides ",*:XT@"