From c5ed8d5452eb317463dbbbbd8622459d058950e1 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 11 Aug 2018 12:14:50 +0200 Subject: [PATCH] Better syntax --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a95c6a3..880c575 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,7 +4,7 @@ set -g bell-action any # Default termtype. If the rcfile sets $TERM, that overrides this value. set -g default-terminal tmux-256color-italic #set -g terminal-overrides ',tmux-256color-italic:Tc' -set -g terminal-overrides ',*256col*:Tc' +set -ga terminal-overrides ',*256col*:Tc' # Keep your finger on ctrl, or don't bind-key ^D detach-client