summaryrefslogtreecommitdiffstats
path: root/regress/conf
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-21 11:27:58 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-21 11:28:12 +0100
commitf1ce611345f5151f851aad69edaab3753113fcb9 (patch)
tree0ad394a52bc8dbc3760e113a14a70fa1739f64d6 /regress/conf
parent3856116069e6e898500d5c4972dc7fd9dd22a467 (diff)
Add another one.
Diffstat (limited to 'regress/conf')
-rw-r--r--regress/conf/327af72ad372255817b585a74da06eda.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/regress/conf/327af72ad372255817b585a74da06eda.conf b/regress/conf/327af72ad372255817b585a74da06eda.conf
new file mode 100644
index 00000000..2a719c8b
--- /dev/null
+++ b/regress/conf/327af72ad372255817b585a74da06eda.conf
@@ -0,0 +1,30 @@
+set -sg escape-time 10
+
+set -g default-terminal tmux-256color
+set -g prefix ^X
+set -g history-limit 10000
+setw -g mode-keys vi
+setw -g xterm-keys off
+
+# black, red, green, yellow, blue, magenta, cyan, white, default.
+setw -g message-command-style fg=yellow,bg=black
+setw -g message-style fg=black,bg=yellow
+
+%if #{m:*mydomain*,#{host}}
+set -g status-style fg=cyan,bg='#001040'
+setw -g window-status-current-style fg='#f0f0f0',bg='#001040'
+%elif #{||:#{m:*somedomain*,#{host}},#{m:*otherdomain*,#{host}}}
+set -g status-style fg=white,bg='#400040'
+setw -g window-status-current-style fg=yellow,bg='#400040',bright
+%else
+set -g status-style fg=white,bg='#800000'
+setw -g window-status-current-style fg=brightwhite,bg='#800000'
+%endif
+
+unbind ^B
+bind ^X last-window
+bind x send-prefix
+bind ^C new-window
+bind ^D detach-client
+bind ^N next-window
+bind ^P previous-window