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
895 stars 37 forks source link

fix(mux): fix edge pane detection logic for tmux (#118) #130

Closed freddiehaddad closed 11 months ago

freddiehaddad commented 11 months ago

Fixes #118

mrjones2014 commented 11 months ago

Wow, this seems much simpler! Thanks for the PR! I'll wait for @icyrainz to confirm this fixes the issue for him as well before merging.

mrjones2014 commented 11 months ago

We're also getting lua/smart-splits/mux/tmux.lua:3:7: unused variable AtEdgeBehavior in CI now. Since its unused now, you can just delete the line.