From 4055083386bbceb60028554879fa365a79bd05ac Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 10 Aug 2015 20:27:55 +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 f41428d..9a24b5c 100644 --- a/README.md +++ b/README.md @@ -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!