Replies: 2 comments 6 replies
-
tmux version? tmux logs (please press the keys and tell me what you did so I can match it to the log)? |
Beta Was this translation helpful? Give feedback.
6 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm a long time tmux user and recently wanted to finally figure out how to make some modifier combos work through tmux (with alacritty as my terminal emulator).
My initial goal was the following 2 things:
C-Tab
andC-S-Tab
to some tmux functionsC-S-P
so it works the same as outside of tmuxBoth of the above didn't work out of the box, but thanks to this article, I managed to add the following into alacritty config:
What works
With the above, the following things started working:
C-S-P
(which it picked up asC-P
before)C-Tab
andC-S-Tab
, i.e.now works!
Things that don't work
C-S-P
as its recognized asC-P
C-Tab
andC-S-Tab
get passed through, which does not work at all, the input seems to get consumedOther things I tried
I looked at the Modifier Keys wiki page, enabled some tmux options, i.e.:
and read through the kitty protocol alacritty issue.
The face that neovim outside of tmux picks up
C-S-P
and tmux itself can't recognize it, means the two are handling CSI sequences differently in some way... would be great if it worked in tmux as well.Also I don't understand why tmux can bind to
C-Tab
but fails to forward it if not bound.I apologize if this has been answered somewhere, I really appreciate any help since I don't know how to make it work myself 🙇
Beta Was this translation helpful? Give feedback.
All reactions