updated tmux.conf
This commit is contained in:
parent
2d8cb33c2e
commit
3b308129d4
1 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,7 @@
|
|||
set -g default-terminal "st-256color"
|
||||
set -ga terminal-overrides ",st-256color:Tc"
|
||||
set -g escape-time 20
|
||||
set -g mouse on
|
||||
|
||||
unbind C-b
|
||||
unbind C-a
|
||||
|
@ -22,7 +23,7 @@ bind r source-file ~/.tmux.conf
|
|||
|
||||
# set inactive/active window styles
|
||||
set -g window-style 'fg=colour247,bg=colour238'
|
||||
set -g window-active-style 'fg=colour252,bg=colour236'
|
||||
set -g window-active-style 'fg=colour244,bg=colour234'
|
||||
|
||||
set-window-option -g xterm-keys on
|
||||
|
||||
|
@ -38,29 +39,30 @@ set-option -g status-fg white
|
|||
|
||||
# Left side of status bar
|
||||
set-option -g status-left-length 40
|
||||
set-option -g status-left "#[fg=brightwhite,bg=brightblack] #S #[fg=default,bg=default] "
|
||||
#set-option -g status-left "#[fg=brightwhite,bg=colour234] #S #[fg=default,bg=default] "
|
||||
set-option -g status-left '#{?client_prefix,#[bg=colour62] ,#[bg=colour234] #S }#[fg=default,bg=default] '
|
||||
|
||||
# Window status
|
||||
set-option -g window-status-format "#[fg=white,bg=brightblack] #I #[fg=white,bg=black] #W "
|
||||
set-option -g window-status-current-format "#[fg=brightwhite,bg=colour62] #I #[fg=brightwhite,bg=black] #W "
|
||||
set-option -g window-status-format "#[fg=white,bg=colour234] #I #[fg=white,bg=colour234] #W "
|
||||
set-option -g window-status-current-format "#[fg=brightwhite,bg=colour62] #I #[fg=brightwhite,bg=colour234] #W "
|
||||
set-option -g window-status-separator " "
|
||||
set-option -g status-justify left
|
||||
|
||||
# Right side of status bar
|
||||
set-option -g status-right-length 40
|
||||
set-option -g status-right " #[fg=brightwhite,bg=black] %a, %d %b %H:%M #[fg=brightwhite,bg=brightblack] #(whoami)@#h "
|
||||
set-option -g status-right " #[fg=brightwhite,bg=colour62] #[fg=brightwhite,bg=colour234] #(whoami)@#h "
|
||||
|
||||
# pane border
|
||||
set -g pane-border-style fg=colour238,bg=colour235
|
||||
set -g pane-active-border-style fg=colour62,bg=colour236
|
||||
|
||||
# Pane number indicator
|
||||
set-option -g display-panes-colour brightblack
|
||||
set-option -g display-panes-colour colour234
|
||||
set-option -g display-panes-active-colour brightwhite
|
||||
|
||||
# Clock mode
|
||||
set-option -g clock-mode-colour white
|
||||
set-option -g clock-mode-style 24
|
||||
# set-option -g clock-mode-colour white
|
||||
# set-option -g clock-mode-style 24
|
||||
|
||||
# Message
|
||||
set -g message-style fg=default,bg=default
|
||||
|
|
Loading…
Reference in a new issue