From 8c8ca467174a3f9d00b4737d19e2e612d0134c41 Mon Sep 17 00:00:00 2001 From: Meutel Date: Sat, 17 Dec 2016 09:04:22 +0100 Subject: [PATCH] tmux: remove deprecated options --- _tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_tmux.conf b/_tmux.conf index 5e98a79..2f65b60 100644 --- a/_tmux.conf +++ b/_tmux.conf @@ -23,10 +23,10 @@ set-window-option -g xterm-keys on set-option -g lock-command vlock ### Instructs tmux to expect UTF-8 sequences to appear in this window. -setw -g utf8 on +#setw -g utf8 on ### Instruct tmux to treat top-bit-set characters in the status-left and status-right strings as UTF-8; -set -g status-utf8 on +#set -g status-utf8 on set-option -g history-limit 5000