From ab91871fee8ab161faa211902dc66ae1f2a8703e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 21 Nov 2018 22:42:31 -0600 Subject: [PATCH] Trying to remove that status bar --- .config/srv-tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/srv-tmux.conf b/.config/srv-tmux.conf index 706096b..834b993 100644 --- a/.config/srv-tmux.conf +++ b/.config/srv-tmux.conf @@ -1,4 +1,4 @@ -set -g default-terminal "screen-256color" +set -g default-terminal "tmux-256color" set-option -g assume-paste-time 1 set-option -g base-index 1 @@ -23,7 +23,7 @@ set-option -g status off # Change prefix to C-a set-option -g prefix C-a -set-option -g status-style fg=black,bg=cyan +#set-option -g status-style fg=black,bg=cyan set-option -g message-command-style fg=green,bg=black set-option -g message-style fg=white,bg=red set-option -g update-environment "DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"