Closed aagha closed 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'
?
I had an incorrect interpretation of the the seg -g @plugin command. Please ignore/close.
The documentation states that tpm should be cloned from git into the ~/.tmux/plugins directory:
However, it states that this should be put at the bottom of the .tmux.conf:
Should that line say:
?