I have the following line in my .tmux.conf:
bind R source-file ~/.tmux.conf \; display "Reloaded tmux config..."
It does not work as expected. It appears that psmux only ever executes the first command and ignores everything after ;
Expected behavior:
Pressing prefix+R causes two actions:
- the
~\.tmux.conf file is sourced and the config changes are applied
- a message is displayed in the status bar
Actual behavior
Config is sourced as expected, but the message is never displayed.
Environment
- Win 11 25H2
- Windows Terminal Version: 1.23.20211.0
- PowerShell 7.6.0
- OhMyPosh 29.9.0
- psmux 3.3.2 (installed via scoop)
Edit
Edited to add that the same behavior is observed when trying to chain commands using the prefix+: method.
I have the following line in my
.tmux.conf:It does not work as expected. It appears that psmux only ever executes the first command and ignores everything after
;Expected behavior:
Pressing
prefix+Rcauses two actions:~\.tmux.conffile is sourced and the config changes are appliedActual behavior
Config is sourced as expected, but the message is never displayed.
Environment
Edit
Edited to add that the same behavior is observed when trying to chain commands using the
prefix+:method.