summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2019-06-17 00:03:55 +0200
committeryushyin <yushyin@saga>2019-06-17 00:03:55 +0200
commit17c1df00599e3e794547f31caeaefa91a36d58fd (patch)
treee117650a3c84d2262ccc237814db85920cd85f7e
parent3adf8a7c21ad8d0b537768b17ba6fa247bc9d368 (diff)
downloaddotfiles-igor-17c1df00599e3e794547f31caeaefa91a36d58fd.tar.gz
dotfiles-igor-17c1df00599e3e794547f31caeaefa91a36d58fd.tar.xz
tmux new style syntax
-rw-r--r--tmux/config29
1 files changed, 6 insertions, 23 deletions
diff --git a/tmux/config b/tmux/config
index 914ac36..ebad56b 100644
--- a/tmux/config
+++ b/tmux/config
@@ -1,42 +1,25 @@
# vim: ft=tmux
# Styles
-setw -g mode-attr bright
-setw -g mode-bg default
-setw -g mode-fg yellow
+setw -g mode-style fg=yellow,bg=default,bright
+setw -g window-status-style fg=default,bg=default,dim
+setw -g window-status-current-style fg=yellow,bg=default,dim
-setw -g window-status-attr dim
-setw -g window-status-bg default
-setw -g window-status-fg default
-
-setw -g window-status-current-attr dim
-setw -g window-status-current-bg default
-setw -g window-status-current-fg yellow
-
-set -g message-attr bright
-set -g message-bg default
-set -g message-fg red
-
-set -g status-attr bright
-set -g status-bg black
-set -g status-fg default
-
-set -g pane-active-border-fg default
-set -g pane-active-border-bg black
+set -g message-style fg=default,bg=red,bright
+set -g status-style fg=default,bg=black,bright
+set -g pane-active-border-style fg=default,bg=black
# Options
set -g bell-action any
set -g history-limit 50000
set -g status on
#set -g status-keys vi
-set -g status-utf8 on
set -g set-titles on
set -g default-terminal "screen-256color"
set -g set-titles-string "tmux:#I [ #W ]"
set -g base-index 1
-setw -g utf8 on
setw -g automatic-rename on
setw -g clock-mode-style 24