You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
That's probably by design (due to some limitations of
display-popup
?) but just wanted to confirm I'm not doing anything wrong:tmux -L test -f /dev/null
tmux -L test set -s user-keys[0] "^[q"
(entered as<C-v><M-q>
)tmux -L test bind -n User0 send-keys qq
<M-q>
, observe "qq", so far so good.tmux -L test display-popup -E bash
<M-q>
, observe nothing (and no bell either).Is this expected? :)
Beta Was this translation helpful? Give feedback.
All reactions