mirror of
1
0
Fork 0

Add support for TPM

This commit is contained in:
Christopher Peeters 2019-01-07 11:47:25 +01:00
parent bfc7321f17
commit a1f6b141d6
2 changed files with 22 additions and 0 deletions

View File

@ -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'

7
plugins/README.md Normal file
View File

@ -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
```