Hi! I have a small problem with tmux (v2.8 on debian testing) that it seems to completely ignore commands bound to keys with multiple modifiers including Alt. For example, S-Left works fine, C-S-Left also works fine, M-Left works fine too - but M-S-Left does not work. Cat command outside of tmux shows correct sequences for all possible modified versions of Left arrow key, as per my terminfo: Left = \E[D shift + Left = \E[1;2D alt + Left = \E[1;3D shift + alt + Left = \E[1;4D ctrl + Left = \E[1;5D shift + ctrl + Left = \E[1;6D alt + ctrl + Left = \E[1;7D shift + alt + ctrl + Left = \E[1;8D and these are all bindable and work without problem in /etc/inputrc outside of tmux. Any hints what am I doing wrong?
-- 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 [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
