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(api): `at_edge = 'split'` will behave like `at_edge = 'stop'` in ignored buffers when no mux window to move to #84

Closed mrjones2014 closed 1 year ago

mrjones2014 commented 1 year ago

Fixes #83

mrjones2014 commented 1 year ago

@mehalter pretty simply change FYI. Will tag a minor release shortly after merging this.

mehalter commented 1 year ago

Looks clean! Thanks again