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

docs: add note about wezterm integration #119

Closed loqusion closed 1 year ago

loqusion commented 1 year ago

The adjust-pane-size subcommand of wezterm cli is currently only available in nightly versions, as explained here. This commit adds a note in the readme with this info. (this commit should be reverted after the subcommand is available in stable builds)

mrjones2014 commented 1 year ago

Thanks 👍