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
996 stars 43 forks source link

[Feature]: Support TPM for easing tmux setup #247

Open 00sapo opened 1 month ago

00sapo commented 1 month ago

Similar Issues

Description

TPM is a plugin manager for tmux. Users install the plugin with something like set -g @plugin 'mrjones2014/smart-splits.nvim' in the config file. And that's it.

This is simple, just need to create a shell script ending with .tmux in the root of the repo. It will be used to add configurations to tmux. See docs and similar plugin (which, btw works with this project without having the custom pane-is-vim variable setup)

mrjones2014 commented 1 month ago

Easy enough. Would you like to submit a PR?