Skip to content

Commit 7d875df

Browse files
author
Bruno Sutic
committed
Update plugin installation instructions
1 parent 46e0e00 commit 7d875df

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,8 @@ of Feb 2015).
5050

5151
Add plugin to the list of TPM plugins in `.tmux.conf`:
5252

53-
set -g @tpm_plugins ' \
54-
tmux-plugins/tpm \
55-
tmux-plugins/tmux-resurrect \
56-
tmux-plugins/tmux-continuum \
57-
'
53+
set -g @plugin 'tmux-plugins/tmux-resurrect'
54+
set -g @plugin 'tmux-plugins/tmux-continuum'
5855

5956
Hit `prefix + I` to fetch the plugin and source it. The plugin will
6057
automatically start "working" in the background, no action required.

0 commit comments

Comments
 (0)