mrjones2014 / smart-splits.nvim

🧠 Smart, seamless, directional navigation and resizing of Neovim + terminal multiplexer splits. Supports tmux, Wezterm, and Kitty. Think about splits in terms of "up/down/left/right".
MIT License
904 stars 38 forks source link

feat(mux): Use user vars instead of inspecting process name in Wezterm #105

Closed mrjones2014 closed 1 year ago

mrjones2014 commented 1 year ago

Relates to #103

Using user vars instead allows it to work faster and more consistently in all scenarios (e.g. across an SSH connection).

mrjones2014 commented 1 year ago

@phgz this should fix your issue 😁

Take a look at the README.md changes for the Wezterm config changes you'll need.

phgz commented 1 year ago

Wow! 💯 This is awesome, thank you very much for the digging. I wasn't expecting a solution, let alone so quickly 😄.

mrjones2014 commented 1 year ago

I like this solution better for my own setup as well 🙂