updated tmux conf
This commit is contained in:
parent
1f8f87ee0c
commit
bf8941f706
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
set -g default-terminal "st-256color"
|
set -g default-terminal "st-256color"
|
||||||
set -ga terminal-overrides ",st-256color:Tc"
|
set -ga terminal-overrides ",st-256color:Tc"
|
||||||
|
set escape-time 20
|
||||||
|
|
||||||
unbind C-b
|
unbind C-b
|
||||||
unbind C-a
|
unbind C-a
|
||||||
|
@ -29,9 +30,9 @@ set-window-option -g xterm-keys on
|
||||||
set -g pane-border-bg colour235
|
set -g pane-border-bg colour235
|
||||||
set -g pane-border-fg colour238
|
set -g pane-border-fg colour238
|
||||||
set -g pane-active-border-bg colour236
|
set -g pane-active-border-bg colour236
|
||||||
set -g pane-active-border-fg colour33
|
set -g pane-active-border-fg colour208
|
||||||
|
|
||||||
#status bar colors
|
#status bar colors
|
||||||
set-option -g status-bg colour237
|
set-option -g status-bg colour237
|
||||||
set-option -g status-fg colour24
|
set-option -g status-fg colour208
|
||||||
set-option -g status-attr default
|
set-option -g status-attr default
|
||||||
|
|
Loading…
Add table
Reference in a new issue