Skip to content

Commit

Permalink
handle tmux config change gracefully
Browse files Browse the repository at this point in the history
  • Loading branch information
claytron committed May 9, 2016
1 parent 6ebc10c commit e8f9751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tmux.conf
Expand Up @@ -39,7 +39,7 @@ bind -n WheelDownPane select-pane -t= \; send-keys -M
set -g history-limit 200000

# force tmux to use utf-8
setw -g utf8 on
setw -gq utf8 on

# Custom key bindings {{{1
# ------------------------------------------------------------------
Expand Down Expand Up @@ -120,7 +120,7 @@ source-file ~/.tmux/tmuxline.tmux
# ------------------------------------------------------------------

# Force utf-8
set -g status-utf8 on
set -gq status-utf8 on

# Refresh every minute
set -g status-interval 60
Expand Down
2 changes: 1 addition & 1 deletion .tmux/tmuxline.tmux
Expand Up @@ -13,7 +13,7 @@ set -g status-right-attr "none"
set -g message-fg "colour250"
set -g message-command-bg "colour238"
set -g status-attr "none"
set -g status-utf8 "on"
set -gq status-utf8 "on"
set -g pane-border-fg "colour238"
set -g status-left-attr "none"
setw -g window-status-fg "colour245"
Expand Down

0 comments on commit e8f9751

Please sign in to comment.