You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to have instances in wezterm only flatten if the neovim instance is in the same pane?
I really like the flatten feature for when I am using splits, but when I am using tabs it's quite confusing. It took me a while to realise that it was the flatten feature that made my neovim instances instantly close becasue I had one open in a different tab 😅 I could of course disable wezterm flattening, but it would be neat to have it for just splits, when the neovim instance is visible, and it is obvious what is happening.
The text was updated successfully, but these errors were encountered:
I have actually implemented this in my own config, not sure why I never updated here - did you implement it as well or are you still interested in my solution?
I have it for wezterm tabs since I don't really use panes, but the code should work the same if you replace the wezterm.nvim tab function calls with pane function calls.
I never implemented it, and ended up disabling wezterm intergation. If you have a working solution I'd love to see if I can get it working with panes ^^
Would it be possible to have instances in wezterm only flatten if the neovim instance is in the same pane?
I really like the flatten feature for when I am using splits, but when I am using tabs it's quite confusing. It took me a while to realise that it was the flatten feature that made my neovim instances instantly close becasue I had one open in a different tab 😅 I could of course disable wezterm flattening, but it would be neat to have it for just splits, when the neovim instance is visible, and it is obvious what is happening.
The text was updated successfully, but these errors were encountered: