Trying to remove that status bar
This commit is contained in:
parent
9b8adea3df
commit
ab91871fee
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue