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: Add missing buffer swap commands #138

Closed rmarquis closed 9 months ago

rmarquis commented 9 months ago

Add commands for buffer swap.

I eventually settle for SmartSwapLeft/Down/Up/Right for the command names.

Fixes #137 .