From 7d875dfabefacd611f0639ffeb64390553f4c9fa Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 10 Aug 2015 20:35:34 +0200 Subject: [PATCH] Update plugin installation instructions --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 36e5597..803acdc 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,8 @@ of Feb 2015). Add plugin to the list of TPM plugins in `.tmux.conf`: - set -g @tpm_plugins ' \ - tmux-plugins/tpm \ - tmux-plugins/tmux-resurrect \ - tmux-plugins/tmux-continuum \ - ' + set -g @plugin 'tmux-plugins/tmux-resurrect' + set -g @plugin 'tmux-plugins/tmux-continuum' Hit `prefix + I` to fetch the plugin and source it. The plugin will automatically start "working" in the background, no action required.