[Feature]: Support TPM for easing tmux setup #247
Labels
enhancement
New feature or request
good first issue
Good for newcomers
mux
Issues relating to multiplexer backends
PRs-welcome
I'd love to see a PR for this
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)The text was updated successfully, but these errors were encountered: