Change status-style for tmux
This commit is contained in:
parent
c070df6753
commit
f3b27b3dca
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
#Prefix is Ctrl-a
|
#Prefix is Ctrl-a
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
set -g status-style 'bg=#333333 fg=#5eacd3'
|
||||||
|
|
||||||
|
unbind C-b
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind C-a send-prefix
|
bind C-a send-prefix
|
||||||
unbind C-b
|
|
||||||
|
|
||||||
set -sg escape-time 1
|
set -sg escape-time 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue