Trying to remove that status bar

This commit is contained in:
David Thurstenson 2018-11-21 22:42:31 -06:00
parent 9b8adea3df
commit ab91871fee
1 changed files with 2 additions and 2 deletions

View File

@ -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"