I am using Arch Linux with Sway and a pseudoterminal which is currently termite.
Typically inside of that I am running tmux and then vim inside of tmux.
My problem is that I cannot get ctrl+1 or alt+1 key bindings to work or ctrl+shift+1 etc.
I tried creating a binding in tmux like this (in the tmux conf):
bind -n C-1 send-keys -X "xzy whatever"
but it did not work. How can I get these kinds of bindings to work?
I notice that I can get ctrl bindings to work if I define them in the sway config, but I do not want to try to make vim commands defined in my sway config.