From af275c5c1a294b25b6bea14aff00a2b69c40362f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Fri, 22 Apr 2016 16:36:29 +0200 Subject: [PATCH] tmux: Remove options deprecated by v2.2. --- tmux/tmux.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c1f33f6..3ff0c31 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,8 +1,5 @@ set -g default-terminal 'screen-256color' -set-option -g utf8 on -set -g status-utf8 on - set -g default-command "${SHELL}" set -g prefix C-a