From 83de7d186b2ef1a5de3a8ae41f05aad0c6005ddf Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 1 Oct 2016 18:44:19 -0500 Subject: [PATCH] .tmux.conf: UTF-8 settings are no longer needed --- .tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 34bf10c..aa4da09 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,7 +1,6 @@ # ------------------------------------------------------------------- # Settings # ------------------------------------------------------------------- -setw -g utf8 on # use UTF-8 set -g history-limit 15000 # increase scrollback lines set -g default-command 'bash' # no login shell set -g renumber-windows on # renumber windows sequentially after closing any of them @@ -18,7 +17,6 @@ set -g set-titles on set -g set-titles-string '[#S:#I.#P #H] #W' # status bar -set -g status-utf8 on set -g status-style none set -g status-left '' set -g status-right '#[fg=blue]#(whoami)@#h (#S:#I.#P)' -- 2.43.0