-
-
Notifications
You must be signed in to change notification settings - Fork 843
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
feat: Tmux control mode #6602
base: main
Are you sure you want to change the base?
feat: Tmux control mode #6602
Conversation
Use other way to archive them
Didn't looked at the code since I'm not very familiar with Wezterm code base, but I might take a quick look. However, I built from source on Windows and tested connecting to tmux 3.4 on a Linux machine. Everything seems to work properly. Thank you for that! |
Thanks for testing it, will push the last part tonight, then I think all functionalities are done. |
Thank you for your work. AFAIK, this is the first full implementation of tmux control mode besides iTerm2. Really looking forward to it. |
Complete the unfinished tmux control mode functionalities for #336, includes:
Passed all tests by "cargo test --all"
Updated the "cargo fmt --all"
Tested under tmux 3.4 and tmux 2.7
All the functionalities I planned are done, now I can use wezterm to replace iTerm2 completely. Universal terminal for all Windows, Linux and MacOS.