aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-05-02 14:49:17 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-05-02 14:49:17 +0200
commita99e887f5d8348e0d78654160d3248957767fe1d (patch)
tree23dd4f8c1da5fe3bb02fe772c5ddecfbc074344c /tmux.conf
parent85b726dde03573385f8c0081a9705173b2322a08 (diff)
downloaddotfiles-a99e887f5d8348e0d78654160d3248957767fe1d.tar.gz
dotfiles-a99e887f5d8348e0d78654160d3248957767fe1d.zip
tmux: removed options no longer supported
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/tmux.conf b/tmux.conf
index bb04425..70e483b 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -70,7 +70,6 @@ bind -n M-S-Right resize-pane -R
#
# window title
#
-set-window-option -g utf8 on
set-window-option -g automatic-rename on
set-option -g set-titles on
set-option -g set-titles-string '#S:#I.#P #W' # window number,program name,active (or not)
@@ -101,7 +100,6 @@ set -g status-right-attr "none"
set -g message-fg "colour15"
set -g message-command-bg "colour8"
set -g status-attr "none"
-set -g status-utf8 "on"
set -g pane-border-fg "colour8"
set -g status-left-attr "none"
setw -g window-status-fg "colour7"