We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e0e00 commit 7d875dfCopy full SHA for 7d875df
README.md
@@ -50,11 +50,8 @@ of Feb 2015).
50
51
Add plugin to the list of TPM plugins in `.tmux.conf`:
52
53
- set -g @tpm_plugins ' \
54
- tmux-plugins/tpm \
55
- tmux-plugins/tmux-resurrect \
56
- tmux-plugins/tmux-continuum \
57
- '
+ set -g @plugin 'tmux-plugins/tmux-resurrect'
+ set -g @plugin 'tmux-plugins/tmux-continuum'
58
59
Hit `prefix + I` to fetch the plugin and source it. The plugin will
60
automatically start "working" in the background, no action required.
0 commit comments