1
1
Fork 0

tmux.conf: Fix typo and add workaround.

This commit is contained in:
Jonathan Schleifer 2013-08-01 00:54:50 +00:00
parent c40f00e964
commit 0f006fefd7

View file

@ -2,7 +2,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]@#[fg=color34]#h #[fg=colour40]#(date +%H:%M)"
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
@ -11,3 +11,4 @@ bind -r C-h resize-pane -L
bind -r C-j resize-pane -D
bind -r C-k resize-pane -U
bind -r C-l resize-pane -R
set -ag terminal-overrides ",*:XT@"