--
You received this message because you are subscribed to the Google Groups "tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tmux-users+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/tmux-users/CAOm%2B6sD9xt7PwbzCFKhBSV-2nfKoBDjjZk5A9Y%2Bf1OE8YJu_XA%40mail.gmail.com.
When a format refers to an option by name (for example, #{mouse}), tmux expands it to the effective option value by searching option scopes in the following order:
The first matching option is used. For a given option, only the scopes in which that option is defined are applicable (for example, mouse is a session option, so the lookup is session → global session).