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
906 stars 38 forks source link

[FEATURE]: disabling circular/warp when hitting edge #38

Closed nikolasetiawan closed 1 year ago

nikolasetiawan commented 1 year ago

Is there any way to stop when hitting an edge instead of cycling / warping?

mrjones2014 commented 1 year ago

Not at the moment, I can add a config setting later this week.

mrjones2014 commented 1 year ago

Fixed in #39

nikolasetiawan commented 1 year ago

Hi, @mrjones2014 the edge wrapping option works, but now it won't jump to a tmux split pane. Is this a bug, or do other options need to be set?

mrjones2014 commented 1 year ago

isa bug

mrjones2014 commented 1 year ago

Fixed.