We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516a6ea commit eab403bCopy full SHA for eab403b
1 file changed
docs/managing_plugins_via_cmd_line.md
@@ -23,11 +23,11 @@ command to install plugins:
23
24
To update all installed plugins:
25
26
- ~/.tmux/plugins/tpm/bin/install_plugins all
+ ~/.tmux/plugins/tpm/bin/update_plugins all
27
28
or update a single plugin:
29
30
- ~/.tmux/plugins/tpm/bin/install_plugins tmux-sensible
+ ~/.tmux/plugins/tpm/bin/update_plugins tmux-sensible
31
32
### Removing plugins
33
0 commit comments