-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for tmux
Control Mode
#3656
Comments
Control mode isn't documented all that well but it isn't terribly complicated, if you want to do it you can feel free to ask me if you have questions. |
@nicm Thanks! Maybe we can contribute a bit to the existence of control mode docs while we're at it. 😄 |
That would be great. There is an overview in the manual and it is easy enough to play with interactively using "tmux -C new" (instead of -CC). Plus iTerm2 has an implementation of the client side of course. |
I was actually just looking at Tmux Control Mode for work (which led me to this issue from Google) - this would be something I would really support! That, and there are already library implementations which might help; as @nicm mentioned iTerm2 implements control mode, and also I found this python library https://libtmux.git-pull.com/en/latest/ which implements the control mode client, too. |
I don't think libtmux uses control mode. |
I have written a wiki entry about control mode, although it doesn't have an awful lot more than is in the manual at the moment. Still suggestions welcome - https://github.com/tmux/tmux/wiki/Control_Mode. |
I would love to have this feature - it's one of the crucial things I miss from my MacOS days. |
One thing that prevent me from moving from Mac to Windows is the iTerm tmux control mode |
See also wez/wezterm#1090 |
Update: part of this PR wez/wezterm#1090 has been merged into main branch. But I think on Windows the tmux-cc feature in wezterm is still blocked by ConPTY. Haven't got the chance to try it, though. |
This would be so helpful! Any update/progress? |
This comment was marked as spam.
This comment was marked as spam.
+1 for tmux control mode! This is implemented on iTerm2 for MacOS, and it's crazy magic that gives a native feeling to working with a remote server over SSH. It's also nice because sessions are persistent across disconnect/reconnect. If Windows Terminal learned how to use control-mode, I'd switch my work computer over in an instant. And I don't think I'm the only one. |
It'd make so much sense since Windows Terminal already supports split panes, it'd fit perfectly <3 please support this @microsoft |
Any update on this? I use iterm2 exclusively because of this integration |
Any update on this? This is the most wanted feature! |
I would also like to see this happen. Any update? |
Agreed with everyone this is absolutely a killer feature in iTerm, once you've got used to it it's really annoying to have to use another terminal. |
From discussion in #532, #1000:
We should do this.
Docs link: https://github.com/tmux/tmux/wiki/Control-Mode
The text was updated successfully, but these errors were encountered: