configs  Check-in [02a93e9c3f]

Overview
Comment:tmux.conf: Add a space as tmux now does it right
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 02a93e9c3f74c07968a093817e42493112696d8bd4592415a03ad221f29537ac
User & Date: js on 2015-12-01 22:52:43
Other Links: manifest | tags
Context
2015-12-01
22:53
syntax/objc.vim: Add more keywords / types check-in: a75ea048b6 user: js tags: trunk
22:52
tmux.conf: Add a space as tmux now does it right check-in: 02a93e9c3f user: js tags: trunk
2015-06-17
22:30
vim/syntax/objc.vim: Add more keywords check-in: dd1c21d120 user: js tags: trunk
Changes

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

1
2
3
4
5
6
7
8
9
10
11
12
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




|







1
2
3
4
5
6
7
8
9
10
11
12
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