Replies: 2 comments 3 replies
-
For There is an example (a bit hard to find) of retrieving content of a pane and opening it in vim. You can find it in the docs of custom events (which is the mecanism used by |
Beta Was this translation helpful? Give feedback.
-
Popups would be great, also the only thing missing for me. |
Beta Was this translation helpful? Give feedback.
-
Hey!
I want to start (again) by saying how amazing WezTerm is and how much I love it, and a big THANK YOU to everybody involved it making it happen.
I've started playing with the idea of getting rid of tmux and replacing with WezTerm completely. I have quite an involved setup, as I'm using tmux as a programmable (or at least, controllable) interface to my terminal, rather than just to have tabs. There are few things that fit into wezterm quite nicely, but there are two features I'm missing. Specifically:
pipe-pane
. In tmux, I can get all the input going into a pane and react on it. I use it for a bunch of things, including paying attention to test failures and storing them somewhere so I can either load them in vim or rerun only the failures. Yes, I know that there are simpler ways to achieve it, but I have found this one to be quite productive. I don't need to change the input (e.g. I don't need to rewrite it or anything), just to be able to pipe it to a program. Is there a way to do that? I've been looking for an event, but I couldn't find one.show-popup
. I occasionally run popups for different things. For example, I have a script that opens that finds all active tmux session and gives them to fzf. I can select one and switch the session. I've figured out that sessions map to theworkspace
concept in WezTerm, but what I'm not sure how to do is how I can open a temporary/scratch terminal (ideally ontop of everything else). I can spin off a separate tab (or a split), but I'm looking for a neater way to do it.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions