You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run-shell "~/.tmux/plugins/tundle/tundle"
#let tundle manage tundle, required!
setenv -g @bundle "javier-lopez/tundle" #set -g can be used if tmux >= 1.8
#from GitHub, tundle-plugins
setenv -g @BUNDLE "gh:javier-lopez/tundle-plugins/tmux-sensible"
#options
setenv -g @plugin "javier-lopez/tundle-plugins/tmux-pain-control"
setenv -g @pane_resize "10"
setenv -g @PLUGIN "github:javier-lopez/tundle-plugins/tmux-copycat:master"
setenv -g @bundle "https://github.com/javier-lopez/tundle-plugins/tmux-yank:3f821b0"
#from GitHub, tmux-plugins
setenv -g @bundle "tmux-plugins/tmux-resurrect"
#from non GitHub
#setenv -g @bundle "git://git.domain.ltd/rep.git"
#from web
#setenv -g @bundle "https://domain.ltd/awesome-plugin"
#setenv -g @bundle "ftp://domain.ltd/yet/another-awesome-plugin"
#from file system
#setenv -g @bundle "file://path/to/tmux-plugin"
# Brief help
# `prefix + I` (I as in *I*nstall) to install configured bundles
# `prefix + U` (U as in *U*pdate) to update configured bundles
# `prefix + alt + u` (u as in *u*ninstall) to remove unused bundles
# `prefix + alt + l` (l as in *l*ist) to list installed bundles
Install configured bundles:
$ tmux source-file ~/.tmux.conf
Hit prefix + I (or run ~/.tmux/plugins/tundle/scripts/install_plugins.sh for CLI lovers)
Installation requires Git and triggers git clone for each configured repo to ~/.tmux/plugins/.
Uninstalling
If by any reason you dislike Tundle you can uninstall it by removing the top tundle directory:
$ rm -rf ~/.tmux/plugins/tundle
Getting plugins
Common plugins are available in the following repositories: