-
Hi Wez, I'm thinking of switching to wezterm as my daily driver, love the performance, simplicity, and feature set. I can finally see a future without the sluggish performance of tmux! I've got a couple of questions, I'm not sure if some are bugs or feature requests, so I'm reaching out through discussions 🙂
Again, if you feel like this is not the right place and prefer to have issues, let me know and I'll move this there. And thank you so much for your work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
For 1. it sounds like you might be running into #601 (comment) For 2., use For 3, we don't yet have an API that let's you query the process name from your lua config, but you may be able to do it a little indirectly:
|
Beta Was this translation helpful? Give feedback.
For 1. it sounds like you might be running into #601 (comment)
I don't know what the resolution is for this yet!
For 2., use
key=" "
rather thankey="SPACE"
For 3, we don't yet have an API that let's you query the process name from your lua config, but you may be able to do it a little indirectly:
vim
in the title, …