From 511b66eb11b835f587a3c1c2243eb3cd2ddce931 Mon Sep 17 00:00:00 2001 From: jowj Date: Fri, 17 Jan 2020 20:43:13 -0600 Subject: [PATCH] Remove extra whitespace. --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index a2463ef..34a3be7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,6 @@ # set colors -set status-bg magenta -set status-fg black +set status-bg magenta +set status-fg black # rebind the dumb prefix key unbind C-b set-option -g prefix C-t