diff --git a/.tmux.conf.local b/.tmux.conf.local index d68c789..1e0eb04 100644 --- a/.tmux.conf.local +++ b/.tmux.conf.local @@ -292,3 +292,18 @@ tmux_conf_copy_to_os_clipboard=false # move status line to top #set -g status-position top + + +# -- plugins ------------------------------------------------------------------- + +# List of plugins +#set -g @plugin 'tmux-plugins/tpm' +#set -g @plugin 'tmux-plugins/tmux-sensible' + +# Other examples: +# set -g @plugin 'github_username/plugin_name' +# set -g @plugin 'git@github.com/user/plugin' +# set -g @plugin 'git@bitbucket.com/user/plugin' + +# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) +#run -b '~/.tmux/plugins/tpm/tpm' diff --git a/plugins/README.md b/plugins/README.md new file mode 100644 index 0000000..2f2d64d --- /dev/null +++ b/plugins/README.md @@ -0,0 +1,7 @@ +# Tmux Plugin Directory + +Clone here the TPM repo to enable it. + +```bash +$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +```