tmux-plugins / tpm

Tmux Plugin Manager
MIT License
12.21k stars 429 forks source link

Documentation incorrect? #54

Closed aagha closed 9 years ago

aagha commented 9 years ago

The documentation states that tpm should be cloned from git into the ~/.tmux/plugins directory:

$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

However, it states that this should be put at the bottom of the .tmux.conf:

# List of plugins
set -g @plugin 'tmux-plugins/tpm'

Should that line say:

set -g @plugin 'plugins/tpm'

?

aagha commented 9 years ago

I had an incorrect interpretation of the the seg -g @plugin command. Please ignore/close.