summaryrefslogtreecommitdiffstats
path: root/regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-09-07 07:28:26 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-09-07 07:28:26 +0100
commit0a0ded32685edafe934b767e6df9d218e227eb95 (patch)
tree8afc03ce84d9e4aa24e926b41b4c10f38e069c5d /regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf
parent6da520c5a1bc73d93a8b7f8bed7cc3835eb31297 (diff)
Regress typos.
Diffstat (limited to 'regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf')
-rw-r--r--regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf b/regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf
index 79f46df1..3cf1ae9d 100644
--- a/regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf
+++ b/regress/conf/e2661d67d0d45a8647fb95de76ec8174.conf
@@ -63,7 +63,7 @@ bind N command-prompt -p hosts: 'run-shell -b "bash -c \"~/lbin/nw %% >/dev/null
#05:59 < Celti> annihilannic: I believe the #{pane_in_mode} format does what you want
#05:59 < Celti> put it in your statusline
#05:59 < Celti> annihilannic: No, my mistake, I should have read farther down, you want #{pane_synchronized}
-# only works in tmux 2.0?, higher than 1.6.3 anyawy
+# only works in tmux 2.0?, higher than 1.6.3 anyway
set-option -g window-status-format ' #I:#W#F#{?pane_synchronized,S,}'
#set-option -g window-status-current-format ' #I:#W#{?pane_synchronized,[sync],}#F'
# to highlight in red when sync is on... not sure why I did this with set-window-option instead of set-option, perhaps