The first part sets the terminal's window title to user@host: /working/directory
\033]2;${USER}@${HOSTNAME}: ${PWD}\007The second part set's the current tmux window title to user@host
\033k${USER}@${HOSTNAME}\033\\
ikaika (ee-KYE-kah): Strong, powerful, sturdy, stalwart; strength, force, energy, might.
\033]2;${USER}@${HOSTNAME}: ${PWD}\007The second part set's the current tmux window title to user@host
\033k${USER}@${HOSTNAME}\033\\
PreferenceKey has a few quirks that have tripped me up. One is the reduce(value:nextValue:) implementation. The other is that a PreferenceKe...