Update plugin installation instructions

This commit is contained in:
Bruno Sutic 2015-08-10 20:27:55 +02:00
parent cd7faa8bba
commit 4055083386
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C

View File

@ -83,10 +83,7 @@ If prefix is `C-z`, above keys will be `C-z` and `z`... you get the idea.
Add plugin to the list of TPM plugins in `.tmux.conf`:
set -g @tpm_plugins ' \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
'
set -g @plugin 'tmux-plugins/tmux-sensible'
Hit `prefix + I` to fetch the plugin and source it. That's it!