From a99e887f5d8348e0d78654160d3248957767fe1d Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 May 2016 14:49:17 +0200 Subject: tmux: removed options no longer supported MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- tmux.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'tmux.conf') 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" -- cgit v1.2.3