From c90c43aba4e02d2b93a1b9ddfe952c0a76b037e7 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 10 Aug 2015 20:44:20 +0200 Subject: [PATCH] Update plugin installation instructions --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index f331ac8..16b6dcf 100644 --- a/README.md +++ b/README.md @@ -84,10 +84,7 @@ This is just a convenience key binding. Add plugin to the list of TPM plugins in `.tmux.conf`: - set -g @tpm_plugins ' \ - tmux-plugins/tpm \ - tmux-plugins/tmux-logging \ - ' + set -g @plugin 'tmux-plugins/tmux-logging' Hit `prefix + I` to fetch the plugin and source it.