Tmux Plugin Manager
Installing plugins
- Add new plugin to
~/.tmux.conf
withset -g @plugin '...'
- Press prefix + I (capital i, as in Install) to fetch the plugin.
You're good to go! The plugin was cloned to ~/.tmux/plugins/
dir and sourced.
~/.tmux.conf
with set -g @plugin '...'
You're good to go! The plugin was cloned to ~/.tmux/plugins/
dir and sourced.