🧠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".
[X] Before filing, I have searched for 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)
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 custompane-is-vim
variable setup)